Skip to content

Commit b7baad7

Browse files
Build(deps): bump docker/build-push-action from 6 to 7
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6 to 7. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6...v7) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d3bec47 commit b7baad7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dockerimage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
# https://github.com/marketplace/actions/build-and-push-docker-images
2222
- name: Build the Docker image with ${{ env.DOCKER_TAG }} tag
23-
uses: docker/build-push-action@v6
23+
uses: docker/build-push-action@v7
2424
with:
2525
context: .
2626
tags: ${{ env.DOCKER_TAG }}

0 commit comments

Comments
 (0)