Skip to content

Commit

Permalink
.gitlab-ci.yml: added missing tags to docker jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
alesmrazek committed Nov 18, 2024
1 parent aa00e06 commit d8285e9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,9 @@ build:macOS:
variables:
DOCKER_HUB_REGISTRY: cznic/knot-resolver
GITLAB_REGISTRY: ${CI_REGISTRY}/knot/knot-resolver/cross-platform
tags:
- docker
- dind

docker:build:
<<: *docker
Expand All @@ -222,7 +225,7 @@ docker:build:

docker:build:cross-platform:
<<: *docker
stage: build
stage: build
only:
- master@knot/knot-resolver
- tags
Expand Down

0 comments on commit d8285e9

Please sign in to comment.