Skip to content

Commit f694c8c

Browse files
build(deps): bump docker/build-push-action from 7.1.0 to 7.2.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 7.1.0 to 7.2.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v7.1.0...v7.2.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: 7.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8f87516 commit f694c8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
latest=false
8484
8585
- name: Build${{ github.event_name == 'pull_request' && '' || ' + push' }}
86-
uses: docker/build-push-action@v7.1.0
86+
uses: docker/build-push-action@v7.2.0
8787
with:
8888
context: .
8989
file: cmd/hypercache-server/Dockerfile

0 commit comments

Comments
 (0)