Skip to content

Commit

Permalink
Merge pull request #640 from terrestris/dependabot/github_actions/doc…
Browse files Browse the repository at this point in the history
…ker/build-push-action-6

chore(deps): bump docker/build-push-action from 5 to 6
  • Loading branch information
dnlkoch authored Jun 26, 2024
2 parents c465da7 + e4c42e7 commit 98b4594
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 98b4594

Please sign in to comment.