[c] try fixing tag variable
Some checks failed
Build and push docker image / deploy (push) Failing after 39s
Some checks failed
Build and push docker image / deploy (push) Failing after 39s
This commit is contained in:
parent
e2b394a6eb
commit
2ccdfe1550
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ jobs:
|
|||
- name: 🐋 Build Container
|
||||
run: |
|
||||
# extract tag name without the prefix
|
||||
TAG=$(echo "${{ github.ref }}" | sed 's/refs\/tags\///')
|
||||
export TAG=$(echo "${{ github.ref }}" | sed 's/refs\/tags\///')
|
||||
# build the container
|
||||
just -f /workspace/sangelo/website/Justfile build "${TAG}"
|
||||
|
||||
|
|
Loading…
Reference in a new issue