Skip to content

Commit 84f014f

Browse files
ci: bump docker/build-push-action from 6.13.0 to 6.14.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.13.0 to 6.14.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6.13.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] <support@github.com>
1 parent 713b3ad commit 84f014f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262

6363
- name: Build Container Image
6464
id: docker_build
65-
uses: docker/build-push-action@v6.13.0
65+
uses: docker/build-push-action@v6.14.0
6666
with:
6767
context: ./wiki/
6868
file: ./wiki/Dockerfile
@@ -93,7 +93,7 @@ jobs:
9393

9494
- name: Push Container Image
9595
id: docker_push
96-
uses: docker/build-push-action@v6.13.0
96+
uses: docker/build-push-action@v6.14.0
9797
with:
9898
context: ./wiki/
9999
file: ./wiki/Dockerfile

0 commit comments

Comments
 (0)