Skip to content
Snippets Groups Projects
Commit 3cbc8829 authored by root's avatar root
Browse files

fix gitlab ci

parent b2063833
No related branches found
No related tags found
No related merge requests found
Pipeline #11716 failed
include:
- project: perun-proxy-aai/common
file: /templates/.gitlab-ci-template.yml
#include:
# - project: perun-proxy-aai/common
# file: /templates/.gitlab-ci-template.yml
docker-build:
variables:
TOKEN_PORTAL_VERSION: "3.0.0"
PHP_VERSION: "8.2"
......@@ -13,3 +12,17 @@ docker-build:
DEB_VERSION=${DEB_VERSION}
DESTINATIONS: |-
$CI_REGISTRY_IMAGE:${TOKEN_PORTAL_VERSION}-php${PHP_VERSION}-debian-${DEB_VERSION}
build:
stage: build
image:
name: gcr.io/kaniko-project/executor:v1.23.2-debug
entrypoint: [""]
script:
- /kaniko/executor
--context "${CI_PROJECT_DIR}"
--dockerfile "${CI_PROJECT_DIR}/Dockerfile"
--destination "${CI_REGISTRY_IMAGE}:${CI_COMMIT_TAG}"
#rules:
# - if: $CI_COMMIT_TAG
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment