瀏覽代碼

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…
取消
儲存