Compare commits
7 Commits
93c4339039
...
v0.1.2-bet
Author | SHA1 | Date | |
---|---|---|---|
6e5bf040dc | |||
1a8827a67a | |||
761b1d3b27 | |||
fb66b2c359 | |||
ad1b096a3b | |||
2d992e36ec | |||
91f3da635d |
@ -34,10 +34,9 @@ jobs:
|
||||
docker run --rm -v $(pwd):/workspace \
|
||||
-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
|
||||
'-f /workspace/Dockerfile' \
|
||||
'-d "gitea.loveuer.com/loveuer/build/ushare:${{ gitea.ref_name }}"' \
|
||||
'--single-snapshot'
|
||||
|
||||
clean:
|
||||
if: always()
|
||||
|
Reference in New Issue
Block a user