Skip to content

Commit 6c129eb

Browse files
dependabot[bot]aolle
authored andcommitted
chore: bump docker/build-push-action from 6.16.0 to 6.18.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.16.0 to 6.18.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v6.16.0...v6.18.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: 6.18.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 06c0be2 commit 6c129eb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
password: ${{ secrets.DOCKERHUB_TOKEN }}
8383

8484
- name: "Build and push WebGoat"
85-
uses: docker/build-push-action@v6.16.0
85+
uses: docker/build-push-action@v6.18.0
8686
with:
8787
context: ./
8888
file: ./Dockerfile
@@ -95,7 +95,7 @@ jobs:
9595
webgoat_version=${{ env.WEBGOAT_MAVEN_VERSION }}
9696
9797
- name: "Build and push WebGoat desktop"
98-
uses: docker/build-push-action@v6.16.0
98+
uses: docker/build-push-action@v6.18.0
9999
with:
100100
context: ./
101101
file: ./Dockerfile_desktop

0 commit comments

Comments
 (0)