fix: v0.1.2
Some checks failed
/ build and run u-api (push) Failing after 3s
/ clean (push) Successful in 0s

This commit is contained in:
loveuer
2025-05-09 22:44:31 +08:00
parent 2d992e36ec
commit ad1b096a3b

View File

@ -33,7 +33,11 @@ jobs:
run: | run: |
docker run --rm -v $(pwd):/workspace \ docker run --rm -v $(pwd):/workspace \
-v $(pwd)/.docker.config.json:/kaniko/.docker/config.json:ro \ -v $(pwd)/.docker.config.json:/kaniko/.docker/config.json:ro \
gcr.io/kaniko-project/executor:latest --dockerfile /workspace/Dockerfile --destination "gitea.loveuer.com/loveuer/build/ushare:${{ gitea.ref_name }}" --context dir:///workspace/ --single-snapshot gcr.io/kaniko-project/executor:latest \
'-f /workspace/Dockerfile' \
'-d "gitea.loveuer.com/loveuer/build/ushare:${{ gitea.ref_name }}"' \
'-c dir:///workspace/' \
'--single-snapshot'
clean: clean:
if: always() if: always()