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

Add CI stages

parent fc4befee
No related merge requests found
Pipeline #179361 failed
......@@ -3,14 +3,23 @@ image: quay.io/buildah/stable:latest
default:
before_script:
- buildah login -u gitlab-ci-token -p ${CI_JOB_TOKEN} ${CI_REGISTRY}
variables:
STORAGE_DRIVER: vfs
BUILDAH_FORMAT: docker
stages:
- build
- deploy
build:
stage: build
script:
- buildah bud -t teckids.org:latest
interruptible: true
retry: 1
deploy:
stage: deploy
script:
- buildah push
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