Skip to content

Commit

Permalink
fixup! .gitlab-ci.yml: added docker image test
Browse files Browse the repository at this point in the history
  • Loading branch information
alesmrazek committed Nov 13, 2024
1 parent bea0a07 commit b8b9736
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -223,9 +223,9 @@ docker:build:native:
docker:build:cross-platform:
<<: *docker
stage: build
only:
- tags
- master@knot/knot-resolver
# only:
# - tags
# - master@knot/knot-resolver
before_script:
- >
docker buildx create
Expand All @@ -248,9 +248,8 @@ docker:test:
<<: *docker
<<: *multi_platform
image: debian:12-slim
# needs:
# - docker:build:native
# - docker:build:cross-platform
needs:
- docker:build:cross-platform
services:
- name: ${GITLAB_REGISTRY}:${CI_COMMIT_REF_NAME}
alias: knot-resolver
Expand Down

0 comments on commit b8b9736

Please sign in to comment.