updated woodpecker
This commit is contained in:
parent
4044208105
commit
74d0751dab
2 changed files with 24 additions and 10 deletions
|
@ -6,6 +6,10 @@ pipeline:
|
|||
- git clone https://github.com/pixelfed/pixelfed.git
|
||||
- cd pixelfed
|
||||
- git checkout ${BRANCH}
|
||||
when:
|
||||
branch: main
|
||||
event:
|
||||
- push
|
||||
docker:
|
||||
image: plugins/docker
|
||||
secrets:
|
||||
|
@ -17,6 +21,10 @@ pipeline:
|
|||
dockerfile: pixelfed/contrib/docker/Dockerfile.apache
|
||||
tags:
|
||||
- ${BRANCH}
|
||||
when:
|
||||
branch: main
|
||||
event:
|
||||
- push
|
||||
cr:
|
||||
image: plugins/docker
|
||||
secrets:
|
||||
|
@ -31,11 +39,10 @@ pipeline:
|
|||
dockerfile: pixelfed/contrib/docker/Dockerfile.apache
|
||||
tags:
|
||||
- ${BRANCH}
|
||||
|
||||
when:
|
||||
branch: main
|
||||
event:
|
||||
- push
|
||||
when:
|
||||
branch: main
|
||||
event:
|
||||
- push
|
||||
|
||||
matrix:
|
||||
BRANCH:
|
||||
|
|
|
@ -4,6 +4,10 @@ pipeline:
|
|||
commands:
|
||||
- apk add curl tar
|
||||
- curl -L "https://github.com/pixelfed/pixelfed/archive/refs/tags/${VERSION}.tar.gz" | tar xvz --strip 1
|
||||
when:
|
||||
branch: main
|
||||
event:
|
||||
- push
|
||||
docker:
|
||||
image: plugins/docker
|
||||
secrets:
|
||||
|
@ -16,6 +20,10 @@ pipeline:
|
|||
tags:
|
||||
- ${VERSION}
|
||||
- latest
|
||||
when:
|
||||
branch: main
|
||||
event:
|
||||
- push
|
||||
cr:
|
||||
image: plugins/docker
|
||||
secrets:
|
||||
|
@ -31,11 +39,10 @@ pipeline:
|
|||
tags:
|
||||
- ${VERSION}
|
||||
- latest
|
||||
|
||||
when:
|
||||
branch: main
|
||||
event:
|
||||
- push
|
||||
when:
|
||||
branch: main
|
||||
event:
|
||||
- push
|
||||
|
||||
matrix:
|
||||
VERSION:
|
||||
|
|
Reference in a new issue