feature/buid-Kaniko #1
@@ -57,16 +57,12 @@ jobs:
|
|||||||
|
|
||||||
- name: Build and push image
|
- name: Build and push image
|
||||||
run: |
|
run: |
|
||||||
su builder -c "
|
buildctl \
|
||||||
export XDG_RUNTIME_DIR=/tmp/buildkit
|
--addr unix:///run/buildkit/buildkitd.sock \
|
||||||
buildctl \
|
build \
|
||||||
--addr unix://\$XDG_RUNTIME_DIR/buildkitd.sock \
|
--frontend=dockerfile.v0 \
|
||||||
build \
|
--local context=./pbsclient \
|
||||||
--frontend=dockerfile.v0 \
|
--local dockerfile=./pbsclient/docker \
|
||||||
--local context=./pbsclient \
|
--opt filename=Dockerfile \
|
||||||
--local dockerfile=./pbsclient/docker \
|
--output type=image,name=git.limbosolutions.com/kb/pbsclient:latest,push=true
|
||||||
--opt filename=Dockerfile \
|
|
||||||
--output type=image,name=git.limbosolutions.com/kb/pbsclient:latest,push=true"
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user