This commit is contained in:
parent
caff69eebb
commit
ada6b44236
1 changed files with 1 additions and 0 deletions
|
|
@ -61,6 +61,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
echo "=== Building Frontend ==="
|
echo "=== Building Frontend ==="
|
||||||
docker build \
|
docker build \
|
||||||
|
--build-arg VITE_NAKAMA_SERVER_KEY=${{ secrets.NAKAMA_SERVER_KEY }} \
|
||||||
-t ${{ env.REGISTRY }}/${{ github.repository }}/frontend:${{ github.sha }} \
|
-t ${{ env.REGISTRY }}/${{ github.repository }}/frontend:${{ github.sha }} \
|
||||||
-t ${{ env.REGISTRY }}/${{ github.repository }}/frontend:latest \
|
-t ${{ env.REGISTRY }}/${{ github.repository }}/frontend:latest \
|
||||||
./frontend
|
./frontend
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue