Skip to content

Commit

Permalink
Bump docker/build-push-action from 5 to 6 (#1228)
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 18, 2024
1 parent beaf190 commit 5c87e5f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/azure-deploy-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:

# Build and push image
- name: Build and push Docker Image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
target: app
context: .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/azure-deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:

# Build and push image
- name: Build and push Docker Image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
target: app
context: .
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/azure-deploy-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:

# Build and push image
- name: Build and push dependencies
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
target: deps
context: .
Expand All @@ -76,7 +76,7 @@ jobs:
tags: ${{ env.DOCKER_IMAGE }}:deps

- name: Build and push Docker image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
target: app
context: .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/azure-deploy-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:

# Build and push image
- name: Build and push Docker Image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
target: app
context: .
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
-
name: Build and push Docker image (dependencies)
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
target: deps
context: .
Expand All @@ -51,7 +51,7 @@ jobs:
${{ env.REGISTRY }}:deps
-
name: Build and push Docker image (application)
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
target: app
context: .
Expand Down

0 comments on commit 5c87e5f

Please sign in to comment.