updated different versions
Some checks failed
ci/woodpecker/push/dev Pipeline failed
ci/woodpecker/push/release Pipeline was successful

This commit is contained in:
Samuel Philipp 2022-01-15 01:32:46 +01:00
parent aae5f5135b
commit 84c6afb330
2 changed files with 3 additions and 2 deletions

View file

@ -4,6 +4,7 @@ pipeline:
commands:
- apk add git
- git clone https://github.com/pixelfed/pixelfed.git
- cd pixelfed
- git checkout ${BRANCH}
when:
path: ".ref"

View file

@ -11,7 +11,7 @@ pipeline:
- DOCKER_PASSWORD
settings:
repo: spcodes/pixelfed
context: pixelfed
context: .
dockerfile: contrib/docker/Dockerfile.apache
tags:
- ${VERSION}
@ -30,7 +30,7 @@ pipeline:
settings:
registry: cr.sp-codes.de
repo: cr.sp-codes.de/pixelfed
context: pixelfed
context: .
dockerfile: contrib/docker/Dockerfile.apache
tags:
- ${VERSION}