mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-01 15:19:09 +01:00
cf5e3b046c
(cherry picked from commitc2a7aaeee8
) (cherry picked from commit4277bdb741
) (cherry picked from commitadebc44671
) (cherry picked from commit9a7332c2be
)
27 lines
535 B
YAML
27 lines
535 B
YAML
platform: linux/amd64
|
|
|
|
when:
|
|
event: tag
|
|
|
|
variables:
|
|
- &dind_image 'docker:20.10-dind'
|
|
- &integration_image 'codeberg.org/forgejo-integration/forgejo'
|
|
- &verify 'true'
|
|
# for testing purposes
|
|
# - &verify 'false'
|
|
- &archs 'amd64 arm64'
|
|
|
|
pipeline:
|
|
|
|
publish:
|
|
image: *dind_image
|
|
environment:
|
|
INTEGRATION_IMAGE: *integration_image
|
|
VERIFY: *verify
|
|
ARCHS: *archs
|
|
commands:
|
|
- ./releases/container-images-pull-verify-push.sh
|
|
secrets:
|
|
- releaseteamtoken
|
|
- releaseteamuser
|
|
- domain
|