mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 10:12:26 -05:00
[chore] Update release CICD to point at "gitea" (#4100)
Updates our release flow to point at "gitea", which should work for Codeberg as well. Reviewed-on: https://codeberg.org/superseriousbusiness/gotosocial/pulls/4100 Co-authored-by: tobi <tobi.smethurst@protonmail.com> Co-committed-by: tobi <tobi.smethurst@protonmail.com>
This commit is contained in:
parent
ac01652de9
commit
90f5004db0
3 changed files with 23 additions and 3 deletions
|
|
@ -26,9 +26,14 @@ steps:
|
|||
# https://woodpecker-ci.org/docs/usage/environment
|
||||
# https://woodpecker-ci.org/docs/usage/secrets#usage
|
||||
environment:
|
||||
# Needed to push snapshot
|
||||
# manifests + containers.
|
||||
DOCKER_USERNAME: gotosocial
|
||||
DOCKER_PASSWORD:
|
||||
from_secret: gts_docker_password
|
||||
|
||||
# Needed for snapshot script
|
||||
# to publish artifacts to S3.
|
||||
S3_ACCESS_KEY_ID:
|
||||
from_secret: gts_s3_access_key_id
|
||||
S3_SECRET_ACCESS_KEY:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue