[c] fix build pipeline.. again...
Some checks failed
Build and push docker image / publish (push) Failing after 6s

This commit is contained in:
Sangelo 2024-06-03 21:02:59 +02:00
parent a3bbc098be
commit 28e774abf5

View file

@ -33,7 +33,7 @@ jobs:
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|\"tag\": \"\"|\"tag\": \"$TAG\"|" static/assets/debug.json
sed -i "s|\"tag\": \"\"|\"tag\": \"$TAG\"|" /workspace/sangelo/website/static/assets/debug.json
- name: 🐋 Build Container
run: |