Sfoglia il codice sorgente

fix: remove docker hub register in arm build

master
zhayujie 1 anno fa
parent
commit
7bc27d6167
1 ha cambiato i file con 0 aggiunte e 6 eliminazioni
  1. +0
    -6
      .github/workflows/deploy-image-arm.yml

+ 0
- 6
.github/workflows/deploy-image-arm.yml Vedi 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…
Annulla
Salva