Skip to content

Commit

Permalink
use env for docker hub host
Browse files Browse the repository at this point in the history
  • Loading branch information
dsalahutdinov committed May 30, 2024
1 parent bd8e532 commit 148b4be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ include:

tests:
stage: test
image: ruby:$RUBY_VERSION
image: ${BUILD_CONF_HARBOR_REGISTRY}/dhub/library/ruby:$RUBY_VERSION
parallel:
matrix:
- RUBY_VERSION: ['3.1', '3.2', '3.3']
Expand Down

0 comments on commit 148b4be

Please sign in to comment.