diff options
| author | Tulir Asokan <tulir@maunium.net> | 2026-02-18 22:17:35 +0200 |
|---|---|---|
| committer | Tulir Asokan <tulir@maunium.net> | 2026-02-18 22:17:35 +0200 |
| commit | b89f0ce6d68cef4a04c6de9b7dbed5c3885a855c (patch) | |
| tree | a160c2343d7827c202fb60e4118abe8e23f1c590 /.gitlab-ci.yml | |
| parent | 3366dbc5002046be058a71e7ed310811a122c081 (diff) | |
Update giphyproxy dependencies
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d67546e..5b06dad 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ variables: GOTOOLCHAIN: local build giphy proxy docker: - image: docker:stable + image: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/docker:latest stage: build before_script: - docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY |
