Skip to content

Commit

Permalink
fix: downgrade buildx action
Browse files Browse the repository at this point in the history
  • Loading branch information
GoetzGoerisch committed Apr 12, 2024
1 parent 1053ae6 commit 7e90ae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
uses: docker/[email protected]

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3.3.0
uses: docker/setup-buildx-action@v3.2.0

# Build and push Docker image with Buildx (don't push on PR)
# https://github.com/docker/build-push-action
Expand Down

0 comments on commit 7e90ae5

Please sign in to comment.