Skip to content
Snippets Groups Projects
Commit 2ed4bada authored by Arkerthan's avatar Arkerthan
Browse files

Fix gitgud image registry path

gitgud.io changed the registry url
parent d26197dd
No related branches found
No related tags found
1 merge request!11620Fix gitgud image registry path
......@@ -24,7 +24,7 @@ variables:
build:
stage: build
image: gitgud.io:5050/pregmodfan/fc-pregmod/build
image: ggcr.io/pregmodfan/fc-pregmod/build
cache:
paths:
- node_modules/
......@@ -44,7 +44,7 @@ build:
upload:
stage: upload
image: gitgud.io:5050/pregmodfan/fc-pregmod:megacmd
image: ggcr.io/pregmodfan/fc-pregmod:megacmd
extends: .official-releases
script:
- mega-login $MEGA_MAIL $MEGA_PWD
......
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