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