Skip to content

Instantly share code, notes, and snippets.

@ncsft
ncsft / gist:73ce14c1751094702826ae151a293f64
Last active July 14, 2024 20:55
Gitlab ci/cd container registry image create
image: node:20
stages:
- build
variables:
DOCKER_HOST: tcp://docker:2375
DOCKER_TLS_CERTDIR: ""
build:
image: docker:26.1