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
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build Api.External
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
with:
context: backend
file: backend/src/CCE.Api.External/Dockerfile
Expand All @@ -205,7 +205,7 @@ jobs:
cache-to: type=gha,mode=max,scope=api-external

- name: Build Api.Internal
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
with:
context: backend
file: backend/src/CCE.Api.Internal/Dockerfile
Expand All @@ -216,7 +216,7 @@ jobs:
cache-to: type=gha,mode=max,scope=api-internal

- name: Build web-portal
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
with:
context: .
file: frontend/apps/web-portal/Dockerfile
Expand All @@ -227,7 +227,7 @@ jobs:
cache-to: type=gha,mode=max,scope=web-portal

- name: Build admin-cms
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
with:
context: .
file: frontend/apps/admin-cms/Dockerfile
Expand All @@ -238,7 +238,7 @@ jobs:
cache-to: type=gha,mode=max,scope=admin-cms

- name: Build cce-migrator
uses: docker/build-push-action@v6
uses: docker/build-push-action@v7
with:
context: backend
file: backend/src/CCE.Seeder/Dockerfile
Expand Down
Loading