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

Remove limitation on inherited gitlab-ci variables

This patch removes the limitation for inheriting variables. This makes
it easier to use global variables in build-args or alike.
parent b2526bf9
Branches
Tags
No related merge requests found
Pipeline #5308 passed
......@@ -38,12 +38,7 @@ container-tagging:
stage: tag
inherit:
default: false
variables:
- CI_REGISTRY
- CI_REGISTRY_USER
- CI_REGISTRY_PASSWORD
- CI_REGISTRY_IMAGE
- CI_REGISTRY_IMAGE_VERSION
variables: true
image: quay.io/sheogorath/build-ah-engine:1.3.0
before_script:
- podman login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment