Skip to content

Commit 6ddad1b

Browse files
committed
feat: Resolving cloud issues
1 parent 06b1330 commit 6ddad1b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,16 @@ jobs:
109109
ghcr.io/${{ github.repository }}:latest
110110
ghcr.io/${{ github.repository }}:${{ github.sha }}
111111
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+
112122
# ------------------------
113123
# Canary Deploy + Acceptance Tests
114124
# ------------------------

0 commit comments

Comments
 (0)