Skip to content

Commit 8dcca36

Browse files
Bump docker/setup-buildx-action from 3.0.0 to 3.3.0 (#58)
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.0.0 to 3.3.0. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@v3.0.0...v3.3.0) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fa0d4d9 commit 8dcca36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/docker-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
# Workaround: https://github.com/docker/build-push-action/issues/461
4848
- name: Setup Docker buildx
49-
uses: docker/setup-buildx-action@v3.0.0
49+
uses: docker/setup-buildx-action@v3.3.0
5050

5151
# Login against a Docker registry except on PR
5252
# https://github.com/docker/login-action

0 commit comments

Comments
 (0)