updated different versions
This commit is contained in:
parent
aae5f5135b
commit
84c6afb330
2 changed files with 3 additions and 2 deletions
|
@ -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"
|
||||
|
|
|
@ -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}
|
||||
|
|
Reference in a new issue