Automated building and deployment process with Docker #2
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ jobs:
|
||||||
- name: 🐋 Build Container
|
- name: 🐋 Build Container
|
||||||
run: |
|
run: |
|
||||||
# extract tag name without the prefix
|
# 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
|
# build the container
|
||||||
just -f /workspace/sangelo/website/Justfile build "${TAG}"
|
just -f /workspace/sangelo/website/Justfile build "${TAG}"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue