ci: fix deploy script typo, ensure version is set
This commit is contained in:
parent
af7ba4c90a
commit
6866383c6f
9
.github/workflows/deploy-dev.yaml
vendored
9
.github/workflows/deploy-dev.yaml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: Deploy to Dev Cluster
|
name: "*** Deploy to Dev Cluster ***"
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
@ -36,7 +36,12 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
context: frontend
|
context: frontend
|
||||||
push: true
|
push: true
|
||||||
tags: ${{ secrets.DO_REGISTRY_PATH }}/btrix/webrecorder/browsertrix-frontend:latest
|
build-args: |
|
||||||
|
VERSION=${{ env.VERSION }}
|
||||||
|
GIT_COMMIT_HASH=${{ env.GIT_COMMIT_HASH }}
|
||||||
|
GIT_BRANCH_NAME=${{ env.GIT_BRANCH_NAME }}
|
||||||
|
|
||||||
|
tags: ${{ secrets.DO_REGISTRY_PATH }}/webrecorder/browsertrix-frontend:latest
|
||||||
cache-from: type=gha,scope=frontend
|
cache-from: type=gha,scope=frontend
|
||||||
cache-to: type=gha,scope=frontend,mode=max
|
cache-to: type=gha,scope=frontend,mode=max
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user