fix: v0.1.2
This commit is contained in:
parent
91f3da635d
commit
2d992e36ec
@ -33,12 +33,7 @@ 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 \
|
gcr.io/kaniko-project/executor:latest --dockerfile /workspace/Dockerfile --destination "gitea.loveuer.com/loveuer/build/ushare:${{ gitea.ref_name }}" --context dir:///workspace/ --single-snapshot
|
||||||
executor \
|
|
||||||
--dockerfile /workspace/Dockerfile \
|
|
||||||
--destination "gitea.loveuer.com/loveuer/build/ushare:${{ gitea.ref_name }}" \
|
|
||||||
--context dir:///workspace/ \
|
|
||||||
--single-snapshot
|
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
if: always()
|
if: always()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user