[c] fix build pipeline.. again x2...
All checks were successful
Build and push docker image / publish (push) Successful in 52s
All checks were successful
Build and push docker image / publish (push) Successful in 52s
This commit is contained in:
parent
28e774abf5
commit
387b400d78
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue