Skip to content
Snippets Groups Projects
Commit 933d2194 authored by Agócs Dániel's avatar Agócs Dániel
Browse files

Add .gitlab-ci.yml

parent e6ec9453
Branches
No related tags found
No related merge requests found
stages:
- build
before_script:
- echo "{\"auths\":{\"registry.kszk.bme.hu\":{\"username\":\"$CI_REG_USER\",\"password\":\"$CI_REG_PASS\"}}}" > /kaniko/.docker/config.json
build:
stage: build
image:
name: gcr.io/kaniko-project/executor:debug
entrypoint: [""]
script:
- /kaniko/executor --context $CI_PROJECT_DIR --dockerfile $CI_PROJECT_DIR/Dockerfile --destination "registry.kszk.bme.hu/baseimg/oauth2_proxy_authsch"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment