Skip to content

Commit

Permalink
Merge branch 'ci-docker-except-null' into 'master'
Browse files Browse the repository at this point in the history
ci: reset 'except:' for docker jobs

See merge request knot/knot-resolver!1631
  • Loading branch information
alesmrazek committed Nov 18, 2024
2 parents 8caeecb + b2a67da commit aa00e06
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ build:macOS:

.docker: &docker
<<: *nodep
except: null
image: docker:latest
variables:
DOCKER_HUB_REGISTRY: cznic/knot-resolver
Expand All @@ -223,8 +224,8 @@ docker:build:cross-platform:
<<: *docker
stage: build
only:
- tags
- master@knot/knot-resolver
- tags
before_script:
- >
docker buildx create
Expand Down

0 comments on commit aa00e06

Please sign in to comment.