[Buildkite] Fix agent key allocation for build step (#624)
parent
915b6b5436
commit
5588014ea7
|
@ -6,8 +6,6 @@ steps:
|
||||||
|
|
||||||
- label: ":docker: Image Builds"
|
- label: ":docker: Image Builds"
|
||||||
command: ".buildkite/steps/buildimages.sh | buildkite-agent pipeline upload"
|
command: ".buildkite/steps/buildimages.sh | buildkite-agent pipeline upload"
|
||||||
agents:
|
|
||||||
build: "true"
|
|
||||||
depends_on: ~
|
depends_on: ~
|
||||||
|
|
||||||
- wait
|
- wait
|
||||||
|
|
|
@ -6,6 +6,8 @@ do
|
||||||
echo " - label: \":docker: Build Image [${BUILD_ARCH}]\""
|
echo " - label: \":docker: Build Image [${BUILD_ARCH}]\""
|
||||||
echo " commands:"
|
echo " commands:"
|
||||||
echo " - \"authelia-scripts docker build --arch=${BUILD_ARCH}\""
|
echo " - \"authelia-scripts docker build --arch=${BUILD_ARCH}\""
|
||||||
|
echo " agents:"
|
||||||
|
echo " build: \"true\""
|
||||||
echo " artifact_paths:"
|
echo " artifact_paths:"
|
||||||
echo " - \"authelia-image-${BUILD_ARCH}.tar.zst\""
|
echo " - \"authelia-image-${BUILD_ARCH}.tar.zst\""
|
||||||
echo " - \"authelia-linux-${BUILD_ARCH}.tar.gz\""
|
echo " - \"authelia-linux-${BUILD_ARCH}.tar.gz\""
|
||||||
|
|
Loading…
Reference in New Issue