Skip to content

Commit 05411ea

Browse files
deps(actions): bump docker/build-push-action from 6.9.0 to 7.1.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.9.0 to 7.1.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@4f58ea7...bcafcac) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1367e42 commit 05411ea

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
@@ -64,7 +64,7 @@ jobs:
6464
type=sha
6565
6666
- name: Build and push
67-
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # v6.9.0
67+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
6868
with:
6969
context: .
7070
push: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)