Skip to content
Snippets Groups Projects
Verified Commit f1932e0d authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

Remove unneeded tags

The tags request hosts that are able to run a docker engine. This means
they require privileged execution. This is no longer the case, since we
use podman now. This patch removes the requirement for that.
parent 1a0c0dc7
Branches
No related tags found
No related merge requests found
Pipeline #1314 passed
......@@ -10,8 +10,6 @@ build-master:
- podman push "$CI_REGISTRY_IMAGE:18.04"
only:
- master
tags:
- docker
build:
stage: build
......@@ -20,5 +18,3 @@ build:
- podman push "$CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG"
except:
- master
tags:
- docker
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment