ci: parallelize push steps
ci/woodpecker/push/woodpecker Pipeline failed Details

Tomáš Mládek 2023-08-23 10:54:45 +02:00
parent 5eeab18aa0
commit 38682ba930
1 changed files with 5 additions and 0 deletions

View File

@ -39,6 +39,7 @@ pipeline:
- earthly +appimage
appimage:save:
group: push
image: woodpeckerci/plugin-s3
settings:
endpoint:
@ -55,6 +56,7 @@ pipeline:
secrets: [S3_ENDPOINT, S3_ACCESS_KEY, S3_SECRET_KEY]
appimage:publish:nightly:
group: push
image: earthly/earthly:v0.7.15
volumes:
- /var/run/docker.sock:/var/run/docker.sock
@ -75,6 +77,7 @@ pipeline:
- earthly --secret GPG_SIGN_KEY --secret SSH_CONFIG --secret SSH_UPLOAD_KEY --secret SSH_KNOWN_HOSTS +deploy-appimage-nightly
docker:nightly:
group: push
image: earthly/earthly:v0.7.15
volumes:
- /var/run/docker.sock:/var/run/docker.sock
@ -89,6 +92,7 @@ pipeline:
- earthly --push +docker
docker:release:
group: push
image: earthly/earthly:v0.7.15
volumes:
- /var/run/docker.sock:/var/run/docker.sock
@ -106,6 +110,7 @@ pipeline:
event: [tag]
gitea:release:
group: push
image: woodpeckerci/plugin-gitea-release
settings:
base_url: https://git.thm.place