Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
docker compose -f backend/docker-compose.yml config

- name: Build backend image
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
with:
context: ./backend
file: ./backend/Dockerfile
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ jobs:
type=raw,value=latest,enable=${{ github.event_name == 'push' || inputs.publish_latest == true }}

- name: Build backend image for vulnerability scan
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
with:
context: ./backend
file: ./backend/Dockerfile
Expand All @@ -562,7 +562,7 @@ jobs:
exit-code: '1'

- name: Build and push backend image
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
with:
context: ./backend
file: ./backend/Dockerfile
Expand Down
Loading