update
This commit is contained in:
parent
e2a3bd00cc
commit
1bbbb9ac79
10
.github/workflows/docker-buildx-bake-build.yml
vendored
10
.github/workflows/docker-buildx-bake-build.yml
vendored
@ -16,11 +16,11 @@ jobs:
|
||||
- name: Set up QEMU
|
||||
run: docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
|
||||
|
||||
- name: Login to Docker Hub (if needed)
|
||||
uses: docker/login-action@v1
|
||||
with:
|
||||
username: ${{ secrets.DOCKER_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
# - name: Login to Docker Hub (if needed)
|
||||
# uses: docker/login-action@v1
|
||||
# with:
|
||||
# username: ${{ secrets.DOCKER_USERNAME }}
|
||||
# password: ${{ secrets.DOCKER_PASSWORD }}
|
||||
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v1
|
||||
|
Loading…
Reference in New Issue
Block a user