Skip to content
Open
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
6 changes: 3 additions & 3 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
type=raw,value=latest,enable={{is_default_branch}}

- name: Build and push Backend image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
target: backend
Expand All @@ -78,7 +78,7 @@ jobs:
type=raw,value=latest,enable={{is_default_branch}}

- name: Build and push Webapp image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: ./webapp
file: ./webapp/Dockerfile
Expand All @@ -103,7 +103,7 @@ jobs:
type=raw,value=latest,enable={{is_default_branch}}

- name: Build and push Fullstack image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
target: fullstack
Expand Down
Loading