Skip to content

Commit

Permalink
Merge pull request #1748 from gchq/dependabot/github_actions/docker/b…
Browse files Browse the repository at this point in the history
…uild-push-action-6

Bump docker/build-push-action from 3 to 6
  • Loading branch information
PE39806 authored Jan 22, 2025
2 parents c8a198e + 3c4a137 commit 949abea
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 949abea

Please sign in to comment.