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