ci: only publish dockers from main
ci/woodpecker/push/woodpecker Pipeline failed Details

feat/type-attributes
Tomáš Mládek 2023-08-27 16:38:15 +02:00
parent e1799f5cfb
commit f244662c3b
1 changed files with 4 additions and 0 deletions

View File

@ -75,6 +75,8 @@ pipeline:
- mkdir ~/.earthly && echo "$EARTHLY_CONFIGURATION" > ~/.earthly/config.yaml
- earthly bootstrap
- earthly --secret GPG_SIGN_KEY --secret SSH_CONFIG --secret SSH_UPLOAD_KEY --secret SSH_KNOWN_HOSTS +deploy-appimage-nightly
when:
branch: [main]
docker:nightly:
group: push
@ -91,6 +93,8 @@ pipeline:
- earthly bootstrap
- earthly --push +docker-minimal
- earthly --push +docker
when:
branch: [main]
docker:release:
group: push