Explorar el Código

fix: remove docker hub register in arm build

master
zhayujie hace 1 año
padre
commit
7bc27d6167
Se han modificado 1 ficheros con 0 adiciones y 6 borrados
  1. +0
    -6
      .github/workflows/deploy-image-arm.yml

+ 0
- 6
.github/workflows/deploy-image-arm.yml Ver fichero

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


Cargando…
Cancelar
Guardar