Skip to content

Commit 60eb720

Browse files
dylwyliedsotirakis
andauthored
fix: push-to-gar-docker pin buildx to 0.28.0 (#1378)
* fix: push-to-gar-docker pin buildx to 0.28.0 - An issue with buildx prevents pushing to some docker registries docker/buildx#3446 * fix version tag * Update actions/push-to-gar-docker/action.yaml Co-authored-by: Dimitris Sotirakis <[email protected]> --------- Co-authored-by: Dimitris Sotirakis <[email protected]>
1 parent c2f9db7 commit 60eb720

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

actions/push-to-gar-docker/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ runs:
175175
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
176176
with:
177177
driver: ${{ inputs.docker-buildx-driver }}
178-
version: latest # see https://github.com/docker/build-push-action/issues/1345#issuecomment-2770572479
178+
version: v0.28.0 # Latest is 0.29.1 which has an issue with pushing to some registries https://github.com/docker/buildx/issues/3446
179179
buildkitd-config: ${{ runner.environment == 'self-hosted' && '/etc/buildkitd.toml' || '' }}
180180

181181
# The `context` input is flagged by Zizmor as a [sink]. This means that with

0 commit comments

Comments
 (0)