Skip to content

Commit

Permalink
ci: use master Buildx version
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas committed Feb 1, 2024
1 parent 6dee113 commit e53b1ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ jobs:
uses: docker/setup-buildx-action@v3
with:
# Temporary fix for https://github.com/docker/buildx/issues/2229
version: "https://github.com/jedevc/buildx.git#imagetools-resolver-copy-dupe"
version: "https://github.com/docker/buildx.git#master"
-
name: Login to DockerHub
uses: docker/login-action@v3
Expand Down

0 comments on commit e53b1ce

Please sign in to comment.