Skip to content

Commit 5f05d92

Browse files
Bump docker/build-push-action from 5 to 7
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>
1 parent e353b79 commit 5f05d92

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
@@ -88,7 +88,7 @@ jobs:
8888
# Push image to the GHCR
8989
- name: Build and push Docker image
9090
id: docker_build
91-
uses: docker/build-push-action@v5
91+
uses: docker/build-push-action@v7
9292
with:
9393
context: .
9494
push: true

0 commit comments

Comments
 (0)