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

This commit is contained in:
loveuer 2025-05-09 22:11:54 +08:00
parent 91f3da635d
commit 2d992e36ec

View File

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