[c] try fixing tag variable
Some checks failed
Build and push docker image / deploy (push) Failing after 39s

This commit is contained in:
Sangelo 2024-04-03 12:39:23 +02:00
parent e2b394a6eb
commit 2ccdfe1550

View file

@ -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}"