Skip to content
Snippets Groups Projects

feat: replace dependency proxy with docker.io auth

Merged jooola requested to merge jooola/ci:replace_deps_proxy into main
8 files
+ 12
22
Compare changes
  • Side-by-side
  • Inline
Files
8
+ 1
1
@@ -9,7 +9,7 @@ automation triage:
@@ -9,7 +9,7 @@ automation triage:
variables:
variables:
TRIAGE_ARGS: --dry-run
TRIAGE_ARGS: --dry-run
image: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/library/ruby:3
image: ruby:3
before_script:
before_script:
- gem install gitlab-triage
- gem install gitlab-triage
script:
script:
Loading