소스 검색

fix: remove docker hub register in arm build

master
zhayujie 1 년 전
부모
커밋
7bc27d6167
1개의 변경된 파일0개의 추가작업 그리고 6개의 파일을 삭제
  1. +0
    -6
      .github/workflows/deploy-image-arm.yml

+ 0
- 6
.github/workflows/deploy-image-arm.yml 파일 보기

@@ -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…
취소
저장