diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 65301e0..191ce6d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -161,9 +161,9 @@ test:base-devel: - g++ -v - make -v -upload_and_commit_rootfs: - stage: upload - image: curlimages/curl:latest +release: + stage: release + image: registry.gitlab.com/gitlab-org/release-cli:latest tags: - secure only: @@ -171,6 +171,8 @@ upload_and_commit_rootfs: - schedules variables: - $SCHEDULED_PUBLISH == "TRUE" + before_script: + - apk add jq curl script: - | for group in base base-devel; do @@ -194,20 +196,6 @@ upload_and_commit_rootfs: --form "actions[][file_path]=ci/base-devel/Dockerfile" --form "actions[][content]=