Skip to content

Commit 8769be1

Browse files
build(deps): bump docker/build-push-action from 6.14.0 to 6.15.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.14.0 to 6.15.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6.14.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 9518714 commit 8769be1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_meta-build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
echo "tags=${TAGS}" >> $GITHUB_OUTPUT
100100
101101
- name: Build multi-arch Container Image
102-
uses: docker/build-push-action@v6.14.0
102+
uses: docker/build-push-action@v6.15.0
103103
with:
104104
tags: ${{ steps.tags.outputs.tags }}
105105
build-args: |-

0 commit comments

Comments
 (0)