var expansion
Some checks failed
ci/woodpecker/push/main Pipeline failed

This commit is contained in:
Michael Balsillie 2022-08-21 23:29:28 +12:00
parent c1fe178baf
commit 79e237e588

View File

@ -27,7 +27,7 @@ pipeline:
image: docker:git
commands:
- *vars
- git clone "https://${REGISTRY}/${SOURCE_ORGANIZATION}/${REPO}.git" /git/$REPO
- git clone https://$REGISTRY/$SOURCE_ORGANIZATION/$REPO.git /git/$REPO
- cd /git/$REPO
- git checkout $TAG
docker-build: