feat-add-woodpecker #1

Merged
Nikurasu merged 16 commits from feat-add-woodpecker into main 2024-03-18 14:42:55 +01:00
Showing only changes of commit 1218f92133 - Show all commits

View file

@ -3,7 +3,7 @@ pipeline:
image: docker:25-cli
commands:
- REPO=echo "$CI_REPO" | tr '[:upper:]' '[:lower:]'
- docker buildx build -t dev.cat-enby.club/$${REPO}:$CI_COMMIT_TAG
- docker buildx build -t dev.cat-enby.club/$${REPO}:$CI_COMMIT_TAG .
volumes:
- /var/run/docker.sock:/var/run/docker.sock
when: