ci, refactor: better step names
ci/woodpecker/push/woodpecker Pipeline failed Details

Tomáš Mládek 2023-08-23 10:06:47 +02:00
parent 80093f8964
commit df80ee0610
1 changed files with 4 additions and 4 deletions

View File

@ -57,7 +57,7 @@ pipeline:
target: /packages
secrets: [S3_ENDPOINT, S3_ACCESS_KEY, S3_SECRET_KEY]
publish:nightly:appimage:
appimage:publish:nightly:
image: earthly/earthly:v0.7.15
volumes:
- /var/run/docker.sock:/var/run/docker.sock
@ -78,7 +78,7 @@ pipeline:
- earthly bootstrap
- earthly --secret GPG_SIGN_KEY --secret SSH_CONFIG --secret SSH_UPLOAD_KEY --secret SSH_KNOWN_HOSTS +deploy-appimage-nightly
publish:nightly:docker:
docker:nightly:
image: earthly/earthly:v0.7.15
volumes:
- /var/run/docker.sock:/var/run/docker.sock
@ -93,7 +93,7 @@ pipeline:
- earthly bootstrap
- earthly --push +docker
publish:docker:
docker:release:
image: earthly/earthly:v0.7.15
volumes:
- /var/run/docker.sock:/var/run/docker.sock
@ -111,7 +111,7 @@ pipeline:
when:
event: [tag]
publish:release:
gitea:release:
image: woodpeckerci/plugin-gitea-release
settings:
base_url: https://git.thm.place