Browse Source

fix: remove docker hub register in arm build

master
zhayujie 1 year ago
parent
commit
7bc27d6167
1 changed files with 0 additions and 6 deletions
  1. +0
    -6
      .github/workflows/deploy-image-arm.yml

+ 0
- 6
.github/workflows/deploy-image-arm.yml View File

@@ -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:


Loading…
Cancel
Save