Skip to content

Commit

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

---
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 Jun 18, 2024
1 parent 12c27fd commit e4c42e7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
password: ${{ secrets.NEXUS_PASSWORD }}

- name: Build docker image (latest)
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
tags: |
Expand All @@ -50,7 +50,7 @@ jobs:

- name: Build docker image (version)
if: steps.semantic.outputs.new_release_published == 'true'
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
tags: |
Expand All @@ -67,7 +67,7 @@ jobs:
docker push ${{ env.DOCKER_REGISTRY }}/shogun-admin:${{ steps.semantic.outputs.new_release_version }}
- name: Build docker image e2e-tests (latest) 🏗️
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
file: Dockerfile.e2e
context: .
Expand All @@ -77,7 +77,7 @@ jobs:

- name: Build docker image e2e-tests (version) 🏗️
if: steps.semantic.outputs.new_release_published == 'true'
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
file: Dockerfile.e2e
context: .
Expand Down

0 comments on commit e4c42e7

Please sign in to comment.