12 lines
298 B
YAML
12 lines
298 B
YAML
workspace:
|
|
path: static-hoster
|
|
base: /build
|
|
|
|
pipeline:
|
|
build:
|
|
image: docker:23-cli
|
|
commands:
|
|
- docker build -t dev.cat-enby.club/nikurasu/static-hoster:latest -t dev.cat-enby.club/nikurasu/static-hoster:v$CI_COMMIT_TAG -f dev/docker/images/production/Dockerfile
|
|
|
|
branches: main
|