Skip to content

Commit

Permalink
chore(deps): Bump docker/build-push-action from 5 to 6 (#1178)
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 a8c8509 commit 27154b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/anchore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
name: jars
path: build
- name: Build API Gateway local container
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: ./api-gateway/Dockerfile
Expand All @@ -52,7 +52,7 @@ jobs:
build-args: |
JAR_FILE=./build/api-gateway/build/libs/api-gateway-latest-dev.jar
- name: Build Search Service local container
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: ./search-service/Dockerfile
Expand All @@ -62,7 +62,7 @@ jobs:
build-args: |
JAR_FILE=./build/search-service/build/libs/search-service-latest-dev.jar
- name: Build Subscription Service local container
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: ./subscription-service/Dockerfile
Expand Down

0 comments on commit 27154b5

Please sign in to comment.