Stubbing out very rough gitlab ci

This commit is contained in:
James Jones
2022-11-16 17:32:26 -05:00
parent 3332ca3d0a
commit 394a6fe577

View File

@@ -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)