fix: remove docker hub register in arm build

This commit is contained in:
zhayujie
2023-08-27 12:10:08 +08:00
parent ba06edd63a
commit 7bc27d6167

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: