mirror of
https://github.com/zhayujie/chatgpt-on-wechat.git
synced 2026-02-21 08:09:41 +08:00
fix: remove docker hub register in arm build
This commit is contained in:
6
.github/workflows/deploy-image-arm.yml
vendored
6
.github/workflows/deploy-image-arm.yml
vendored
@@ -38,12 +38,6 @@ jobs:
|
||||
- name: Available platforms
|
||||
run: echo ${{ steps.buildx.outputs.platforms }}
|
||||
|
||||
- name: Login to Docker Hub
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
|
||||
- name: Log in to the Container registry
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user