Skip to content
Snippets Groups Projects
Commit 2c187876 authored by Griefed's avatar Griefed :joystick:
Browse files

ci: Use docker proxy to reduce traffic

parent 9c545432
No related branches found
No related tags found
No related merge requests found
......@@ -4,11 +4,11 @@ stages:
- build
services:
- name: ghcr.io/griefed/gitlab-ci-cd:2.2.9
- name: docker.griefed.dev/griefed/gitlab-ci-cd:2.2.9
alias: docker
command: ["--experimental"]
image: ghcr.io/griefed/gitlab-ci-cd:2.2.9
image: docker.griefed.dev/griefed/gitlab-ci-cd:2.2.9
variables:
project_name: $CI_PROJECT_NAME
......
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