Skip to content

Commit eec9f9f

Browse files
dependabot[bot]DoPaNik
authored andcommitted
Bump docker/build-push-action from 5.2.0 to 6.18.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.2.0 to 6.18.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v5.2.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-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9326a96 commit eec9f9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/buildAndPushContainer.yml

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

3838
- name: Build and push Docker image 🛠️💾↗️
3939
if: ${{ github.event_name != 'pull_request' }}
40-
uses: docker/build-push-action@v5.2.0
40+
uses: docker/build-push-action@v6.18.0
4141
with:
4242
context: ./2_supplychain/2_praxis/DemoContainerSecurity/container/
4343
file: ./2_supplychain/2_praxis/DemoContainerSecurity/container/Dockerfile
@@ -51,7 +51,7 @@ jobs:
5151

5252
- name: Build and push Docker image for pull request 🛠️💾↗️
5353
if: ${{ github.event_name == 'pull_request' }}
54-
uses: docker/build-push-action@v5.2.0
54+
uses: docker/build-push-action@v6.18.0
5555
with:
5656
context: ./2_supplychain/2_praxis/DemoContainerSecurity/container/
5757
file: ./2_supplychain/2_praxis/DemoContainerSecurity/container/Dockerfile

0 commit comments

Comments
 (0)