Skip to content

Commit 95e795b

Browse files
Bump docker/build-push-action from 5 to 7 (#677)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 7. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v5...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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e88f916 commit 95e795b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
# Push image to the GHCR
9393
- name: Build and push Docker image
9494
id: docker_build
95-
uses: docker/build-push-action@v5
95+
uses: docker/build-push-action@v7
9696
with:
9797
context: .
9898
push: true

0 commit comments

Comments
 (0)