Backport PR #14703 to 7.17: Adds upload of missed docker docker-build-context.tar.gz artifacts #14704

Updates the dra_docker.sh script to upload also docker-build-context.tar.gz files

(cherry picked from commit 6ad5690a8c)

Co-authored-by: Andrea Selva <selva.andre@gmail.com>
This commit is contained in:
github-actions[bot] 2022-10-26 12:17:24 +02:00 committed by GitHub
parent e2735bd29f
commit 2fa7c0d7f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -58,6 +58,7 @@ info "UPLOADING TO INTERMEDIATE BUCKET"
# Note the deb, rpm tar.gz AARCH64 files generated has already been loaded by the dra_x86_64.sh
for image in logstash logstash-oss logstash-ubi8; do
upload_to_bucket "build/$image-${STACK_VERSION}-docker-image-${ARCH}.tar.gz" ${STACK_VERSION}
upload_to_bucket "build/$image-${STACK_VERSION}-docker-build-context.tar.gz" ${STACK_VERSION}
done
echo "####################################################################"