Skip to content

Commit

Permalink
Update docker-build.yaml
Browse files Browse the repository at this point in the history
Fixing DockerHub issue: docker/setup-buildx-action#358
  • Loading branch information
JBris authored Sep 27, 2024
1 parent 17e774f commit c0a1fb7
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,11 @@ jobs:
sudo rm -rf /usr/share/dotnet
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
df -h
#- uses: actions/checkout@v3
#- name: Set up QEMU
# uses: docker/setup-qemu-action@v3
- name: Docker logout
run: docker logout
- uses: actions/checkout@v3
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Docker build
Expand Down

0 comments on commit c0a1fb7

Please sign in to comment.