We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2f9db7 commit 60eb720Copy full SHA for 60eb720
actions/push-to-gar-docker/action.yaml
@@ -175,7 +175,7 @@ runs:
175
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3.11.1
176
with:
177
driver: ${{ inputs.docker-buildx-driver }}
178
- version: latest # see https://github.com/docker/build-push-action/issues/1345#issuecomment-2770572479
+ 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
179
buildkitd-config: ${{ runner.environment == 'self-hosted' && '/etc/buildkitd.toml' || '' }}
180
181
# The `context` input is flagged by Zizmor as a [sink]. This means that with
0 commit comments