Skip to content
Snippets Groups Projects
Commit 23f4f0a4 authored by Riccardo Boero's avatar Riccardo Boero :innocent:
Browse files

Fixing tag activated package registration

parent 3df79729
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,8 @@ register:
branch="main", # The branch you want to register from
user=ENV["GITLAB_REGISTRY_USER"], # Username from GitLab CI/CD environment variable
token=ENV["GITLAB_REGISTRY_PASS"], # Access token from GitLab CI/CD environment variable
registry="https://git.nilu.no/julia/registry")' # URL of your GitLab-hosted registry
registry="https://git.nilu.no/julia/registry" # URL of your GitLab-hosted registry
)'
only:
- tags
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment