We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec2b831 commit b0cdd73Copy full SHA for b0cdd73
2 files changed
.github/workflows/backend.yaml
@@ -61,7 +61,7 @@ jobs:
61
type=raw,value=latest,enable={{is_default_branch}}
62
63
- name: Build and push
64
- uses: docker/build-push-action@v6
+ uses: docker/build-push-action@v7
65
with:
66
context: ./backend
67
platforms: linux/amd64,linux/arm64
.github/workflows/frontend.yaml
@@ -48,7 +48,7 @@ jobs:
48
49
50
51
52
53
context: ./frontend
54
0 commit comments