Skip to content

Commit fcb51f2

Browse files
Bump docker/build-push-action from 2 to 6 (#83)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2 to 6. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v2...v6) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ca54384 commit fcb51f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
5757
- uses: docker/setup-buildx-action@v3
5858
id: buildx
59-
- uses: docker/build-push-action@v2
59+
- uses: docker/build-push-action@v6
6060
id: docker_build
6161
with:
6262
# cache-from: type=gha

0 commit comments

Comments
 (0)