We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06b1330 commit 6ddad1bCopy full SHA for 6ddad1b
.github/workflows/ci.yml
@@ -109,6 +109,16 @@ jobs:
109
ghcr.io/${{ github.repository }}:latest
110
ghcr.io/${{ github.repository }}:${{ github.sha }}
111
112
+ - name: Build & push frontend image
113
+ uses: docker/build-push-action@v5
114
+ with:
115
+ context: .
116
+ file: ./Dockerfile.frontend
117
+ push: true
118
+ tags: |
119
+ ghcr.io/${{ github.repository }}:frontend-latest
120
+ ghcr.io/${{ github.repository }}:frontend-${{ github.sha }}
121
+
122
# ------------------------
123
# Canary Deploy + Acceptance Tests
124
0 commit comments