Skip to content

Commit 5207e92

Browse files
chore(deps): bump docker/build-push-action from 6.13.0 to 6.15.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.13.0 to 6.15.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6.13.0...v6.15.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ab47d37 commit 5207e92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
6464
- name: Build and push container image
6565
id: build-and-push
66-
uses: docker/build-push-action@v6.13.0
66+
uses: docker/build-push-action@v6.15.0
6767
if: github.repository_owner == 'microcks' && env.PACKAGE_IMAGE == 'true'
6868
with:
6969
context: .

0 commit comments

Comments
 (0)