[c] debug workflow vars
Some checks failed
Build and push docker image / deploy (push) Failing after 40s
Some checks failed
Build and push docker image / deploy (push) Failing after 40s
This commit is contained in:
parent
2ccdfe1550
commit
1bc627e890
1 changed files with 2 additions and 0 deletions
|
@ -34,9 +34,11 @@ jobs:
|
|||
export TAG=$(echo "${{ github.ref }}" | sed 's/refs\/tags\///')
|
||||
# build the container
|
||||
just -f /workspace/sangelo/website/Justfile build "${TAG}"
|
||||
echo "$TAG"
|
||||
|
||||
- name: 🐳 Publish Container
|
||||
run: |
|
||||
echo "$TAG"
|
||||
echo "${{ secrets.PUBLISH_TOKEN }}" | docker login gitpot.dev -u sangelo --password-stdin
|
||||
docker push "gitpot.dev/sangelo/website:${TAG}"
|
||||
|
||||
|
|
Loading…
Reference in a new issue