mirror of
https://gitplac.si/aljaxus/upn-qr.git
synced 2025-12-17 04:00:59 +00:00
17 lines
462 B
YAML
17 lines
462 B
YAML
build-oci:
|
|
stage: build
|
|
image: registry.gitplac.si/cts/build-oci:1.0.3
|
|
script: [ "/build.sh" ]
|
|
variables:
|
|
CTS_BUILD_DOCKERFILE: Dockerfile
|
|
rules:
|
|
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
|
|
variables:
|
|
CTS_BUILD_TAG: latest
|
|
- if: $CI_COMMIT_TAG != null
|
|
variables:
|
|
CTS_BUILD_TAG: $CI_COMMIT_TAG
|
|
- if: $CI_COMMIT_REF_NAME != $CI_DEFAULT_BRANCH
|
|
variables:
|
|
CTS_BUILD_TAG: $CI_COMMIT_SHORT_SHA
|