th: buildkit paralellism? more likely than not
ci/woodpecker/push/woodpecker Pipeline was successful
Details
ci/woodpecker/push/woodpecker Pipeline was successful
Details
parent
5964a51813
commit
21a0fffd39
|
@ -14,26 +14,26 @@ clone:
|
||||||
image: woodpeckerci/plugin-git
|
image: woodpeckerci/plugin-git
|
||||||
settings:
|
settings:
|
||||||
partial: false
|
partial: false
|
||||||
depth: 5
|
depth: 10
|
||||||
|
|
||||||
pipeline:
|
pipeline:
|
||||||
build-base:
|
# build-base:
|
||||||
<<: *docker-step
|
# <<: *docker-step
|
||||||
commands:
|
# commands:
|
||||||
- docker version
|
# - docker version
|
||||||
- docker image build -f Dockerfile --build-arg SOURCE_TAG=$CI_COMMIT_SHA . --target build-base -t $NAME:build-base
|
# - docker image build -f Dockerfile --build-arg SOURCE_TAG=$CI_COMMIT_SHA . --target build-base -t $NAME:build-base
|
||||||
|
|
||||||
build:
|
# build:
|
||||||
<<: *docker-step
|
# <<: *docker-step
|
||||||
commands:
|
# commands:
|
||||||
- docker version
|
# - docker version
|
||||||
- docker image build -f Dockerfile --build-arg SOURCE_TAG=$CI_COMMIT_SHA . --target build -t $NAME:build
|
# - docker image build -f Dockerfile --build-arg SOURCE_TAG=$CI_COMMIT_SHA . --target build -t $NAME:build
|
||||||
|
|
||||||
output-base:
|
# output-base:
|
||||||
<<: *docker-step
|
# <<: *docker-step
|
||||||
commands:
|
# commands:
|
||||||
- docker version
|
# - docker version
|
||||||
- docker image build -f Dockerfile --build-arg SOURCE_TAG=$CI_COMMIT_SHA . --target output-base -t $NAME:build
|
# - docker image build -f Dockerfile --build-arg SOURCE_TAG=$CI_COMMIT_SHA . --target output-base -t $NAME:build
|
||||||
|
|
||||||
# the world is not yet ready for this step
|
# the world is not yet ready for this step
|
||||||
# test:
|
# test:
|
||||||
|
|
Loading…
Reference in New Issue