Hello,
I was using this to make a release and attach a compiled file :
gitlab_release:
image: eliaperantoni/gitlab-release
stage: publish
only:
- tags
script:
- cp build/gaiac-wpml-updater.phar build/gaiac-wpml-updater-$CI_COMMIT_REF_NAME.phar
- gitlab-release build/gaiac-wpml-updater-$CI_COMMIT_REF_NAME.phar
But it looks like the docker image eliaperantoni/gitlab-release
doesn’t exist anymore.
Is there any alternative ?
Regards.