Skip to content
Snippets Groups Projects
Verified Commit 3063999a authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

remove "docker" tag from CI jobs

parent 2524a0a9
No related branches found
No related tags found
No related merge requests found
Pipeline #4178 failed with stage
in 1 minute and 34 seconds
......@@ -25,7 +25,6 @@
stages:
- build
- tag
default:
image: "${CI_REGISTRY_IMAGE}/${KANIKO_BUILD_IMAGENAME}:${CI_COMMIT_REF_SLUG}"
......@@ -36,17 +35,15 @@ build-wp-cli:
KANIKO_BUILD_IMAGENAME: wordpress-cli-ansible
KANIKO_CONTEXT: wp-cli-docker
extends: .kaniko_build
tags:
- docker
# Run this job if files have changed that are used when building the docker
# image, or when the commit is a tag.
rules:
- changes:
- wp-cli-docker/**/**/*
- .gitlab-ci.yml
when: on_success
- if: '$CI_COMMIT_TAG'
when: on_success
- changes:
- wp-cli-docker/**/**/*
- .gitlab-ci.yml
when: on_success
- if: '$CI_COMMIT_TAG'
when: on_success
build-wp:
stage: build
......@@ -54,14 +51,12 @@ build-wp:
KANIKO_BUILD_IMAGENAME: wordpress
KANIKO_CONTEXT: wp-docker
extends: .kaniko_build
tags:
- docker
# Run this job if files have changed that are used when building the docker
# image, or when the commit is a tag.
rules:
- changes:
- wp-docker/**
- .gitlab-ci.yml
when: on_success
- if: '$CI_COMMIT_TAG'
when: on_success
- changes:
- wp-docker/**
- .gitlab-ci.yml
when: on_success
- if: '$CI_COMMIT_TAG'
when: on_success
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment