Skip to content

Commit 9005019

Browse files
Bump docker/setup-buildx-action from 3.12.0 to 4.1.0
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3.12.0 to 4.1.0. - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@v3.12.0...v4.1.0) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8ee1f31 commit 9005019

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
password: "${{ secrets.AWS_SECRET_ACCESS_KEY }}"
2626

2727
- name: "Setup Build Environment"
28-
uses: "docker/setup-buildx-action@v3.12.0"
28+
uses: "docker/setup-buildx-action@v4.1.0"
2929

3030
# We have to compute the image tag based on the kind of push that
3131
# triggered this workflow. Ordinary commits should cause a Docker image

0 commit comments

Comments
 (0)