Skip to content

Commit 6b5b10f

Browse files
Bump docker/build-push-action from 6.10.0 to 6.14.0 (#185)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.10.0 to 6.14.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6.10.0...v6.14.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a2a96c0 commit 6b5b10f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
password: ${{ secrets.GITHUB_TOKEN }}
4646

4747
- name: Build & push the base image to local registry
48-
uses: docker/build-push-action@v6.10.0
48+
uses: docker/build-push-action@v6.14.0
4949
with:
5050
context: .
5151
push: true
@@ -65,7 +65,7 @@ jobs:
6565
echo "additional_tags=,ghcr.io/${{ github.repository }}/runtime:${{ matrix.version }}" >> $GITHUB_ENV
6666
6767
- name: Build & push the ${{ matrix.version }}-${{ matrix.arch }} image
68-
uses: docker/build-push-action@v6.10.0
68+
uses: docker/build-push-action@v6.14.0
6969
with:
7070
context: .
7171
push: true

0 commit comments

Comments
 (0)