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:
|
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"
|
||||||
|
|
|
@ -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}
|
||||||
|
|
Reference in a new issue