diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 638eadd..68f0a60 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -84,7 +84,7 @@ test:backend: package: stage: release - image: registry.gitlab.com/gitlab-org/release-cli:latest + image: $RUST_IMAGE before_script: - cd /tmp - wget https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/linuxdeploy-x86_64.AppImage @@ -97,8 +97,5 @@ package: artifacts: paths: - ./*.AppImage - release: - description: './README.md' - tag_name: $CI_COMMIT_TAG only: - tags