Skip to content
Snippets Groups Projects
Unverified Commit 32e56767 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Try harder

parent 76a67ba0
No related branches found
No related tags found
No related merge requests found
Pipeline #179363 failed
...@@ -2,10 +2,11 @@ image: quay.io/buildah/stable:latest ...@@ -2,10 +2,11 @@ image: quay.io/buildah/stable:latest
default: default:
before_script: before_script:
- buildah login -u gitlab-ci-token -p ${CI_JOB_TOKEN} ${CI_REGISTRY} - buildah login -u "$CI_REGISTRY_USER" --password $CI_REGISTRY_PASSWORD $CI_REGISTRY
variables: variables:
STORAGE_DRIVER: vfs STORAGE_DRIVER: vfs
BUILDAH_FORMAT: docker BUILDAH_FORMAT: docker
BUILDAH_ISOLATION: chroot
stages: stages:
- build - build
...@@ -21,5 +22,5 @@ build: ...@@ -21,5 +22,5 @@ build:
deploy: deploy:
stage: deploy stage: deploy
script: script:
- buildah push - buildah push teckids.org:latest
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment