[c] fix build pipeline.. again x2...
All checks were successful
Build and push docker image / publish (push) Successful in 52s

This commit is contained in:
Sangelo 2024-06-03 21:05:45 +02:00
parent 28e774abf5
commit 387b400d78

View file

@ -32,7 +32,7 @@ jobs:
run: |
export TAG=$(echo "${{ github.ref }}" | sed 's/refs\/tags\///')
export SHA=$(echo "${{ github.sha }}")
sed -i "s|\"commit\": \"\"|\"commit\": \"$SHA\"|" static/assets/debug.json
sed -i "s|\"commit\": \"\"|\"commit\": \"$SHA\"|" /workspace/sangelo/website/static/assets/debug.json
sed -i "s|\"tag\": \"\"|\"tag\": \"$TAG\"|" /workspace/sangelo/website/static/assets/debug.json
- name: 🐋 Build Container