Newer
Older
- buildah login -u gitlab-ci-token -p ${CI_JOB_TOKEN} ${CI_REGISTRY}
build:
- buildah bud -t teckids.org:latest
interruptible: true
retry: 1
deploy:
script:
- buildah push
- buildah login -u gitlab-ci-token -p ${CI_JOB_TOKEN} ${CI_REGISTRY}
build:
- buildah bud -t teckids.org:latest
interruptible: true
retry: 1
deploy:
script:
- buildah push