Skip to content

Commit

Permalink
build(deps): bump docker/build-push-action from 4.2.1 to 5.0.0
Browse files Browse the repository at this point in the history
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4.2.1 to 5.0.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v4.2.1...v5.0.0)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and theodore86 committed Sep 13, 2023
1 parent fd2db1c commit 8de9904
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/container-build-test-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
echo "DOCKER_TAG=${{ github.ref_name }}" >> $GITHUB_ENV
- name: "Build the docker container image"
uses: "docker/build-push-action@v4.2.1"
uses: "docker/build-push-action@v5.0.0"
with:
context: .
load: true
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
severity: "HIGH,CRITICAL"

- name: "Push the docker container image"
uses: "docker/build-push-action@v4.2.1"
uses: "docker/build-push-action@v5.0.0"
with:
push: ${{ github.ref_type == 'tag' }}
context: .
Expand Down

0 comments on commit 8de9904

Please sign in to comment.