Skip to content

Commit

Permalink
Merge branch 'ci-docker-tags' into 'master'
Browse files Browse the repository at this point in the history
ci: added missing tags to docker jobs

See merge request knot/knot-resolver!1632
  • Loading branch information
alesmrazek committed Nov 18, 2024
2 parents aa00e06 + d8285e9 commit c8f99cf
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 c8f99cf

Please sign in to comment.