Skip to content

Commit dd83ec5

Browse files
Bump docker/build-push-action from 5.0.0 to 6.15.0 (#15)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.0.0 to 6.15.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v5.0.0...v6.15.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: 6.15.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fe0c626 commit dd83ec5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2525
- name: Build and push image
2626
id: push
27-
uses: docker/build-push-action@v5.0.0
27+
uses: docker/build-push-action@v6.15.0
2828
with:
2929
context: .
3030
push: true

0 commit comments

Comments
 (0)