Stubbing out very rough gitlab ci
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
docker-build:
|
||||
# Use the official docker image.
|
||||
image: docker:latest
|
||||
# image: docker:latest
|
||||
stage: build
|
||||
services:
|
||||
- docker:dind
|
||||
# services:
|
||||
# - docker:dind
|
||||
tags:
|
||||
- big-build
|
||||
before_script:
|
||||
- dnf install -y podman-docker
|
||||
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
|
||||
# Default branch leaves tag empty (= latest tag)
|
||||
# All other branches are tagged with the escaped branch name (commit ref slug)
|
||||
|
||||
Reference in New Issue
Block a user