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: commands:
- apk add git - apk add git
- git clone https://github.com/pixelfed/pixelfed.git - git clone https://github.com/pixelfed/pixelfed.git
- cd pixelfed
- git checkout ${BRANCH} - git checkout ${BRANCH}
when: when:
path: ".ref" path: ".ref"

View file

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