Skip to content

Commit

Permalink
Bump docker/build-push-action from 3 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 3 to 6.
- [Release notes](/~https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v3...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 Jan 22, 2025
1 parent b4fc874 commit 3c4a137
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: docker/setup-buildx-action@v2

- name: Build backend image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v6
with:
context: backend
file: backend/Dockerfile
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
uses: docker/setup-buildx-action@v2

- name: Build frontend image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v6
with:
context: frontend
file: frontend/Dockerfile
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
uses: docker/setup-buildx-action@v2

- name: Build modelscan image
uses: docker/build-push-action@v3
uses: docker/build-push-action@v6
with:
context: lib/modelscan_api
file: lib/modelscan_api/Dockerfile
Expand Down

0 comments on commit 3c4a137

Please sign in to comment.