1 Commits

Author SHA1 Message Date
6e5bf040dc fix: v0.1.2
Some checks failed
/ build and run u-api (push) Failing after 2s
/ clean (push) Successful in 0s
2025-05-09 23:06:21 +08:00

View File

@ -34,6 +34,7 @@ jobs:
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 \ gcr.io/kaniko-project/executor:latest \
'-f /workspace/Dockerfile' \
'-d "gitea.loveuer.com/loveuer/build/ushare:${{ gitea.ref_name }}"' \ '-d "gitea.loveuer.com/loveuer/build/ushare:${{ gitea.ref_name }}"' \
'--single-snapshot' '--single-snapshot'