Skip to content
Open
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
4 changes: 2 additions & 2 deletions .github/workflows/ci-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
type=ref,event=branch
- name: Build and push action - frontend
id: docker_action_build_frontend
uses: docker/build-push-action@v7.3.0
uses: docker/build-push-action@v7.4.0
with:
context: frontend
push: false
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
type=ref,event=branch
- name: Build and push action - backend
id: docker_action_build_backend
uses: docker/build-push-action@v7.3.0
uses: docker/build-push-action@v7.4.0
with:
context: backend
push: false
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
type=ref,event=pr
- name: Build and push action - frontend
id: docker_action_build_frontend
uses: docker/build-push-action@v7.3.0
uses: docker/build-push-action@v7.4.0
with:
context: frontend
push: true
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
type=ref,event=pr
- name: Build and push action - backend
id: docker_action_build_backend
uses: docker/build-push-action@v7.3.0
uses: docker/build-push-action@v7.4.0
with:
context: backend
push: true
Expand Down
Loading