mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-05-08 22:41:50 +02:00
22 lines
515 B
YAML
22 lines
515 B
YAML
#name: Release multi-arch container image
|
|
|
|
#on:
|
|
# workflow_dispatch:
|
|
# push:
|
|
# branches:
|
|
# - main
|
|
# - "test/**"
|
|
# schedule:
|
|
# - cron: "0 0 * * *" # Run every day at 00:00 UTC.
|
|
|
|
|
|
#jobs:
|
|
# build-push-image:
|
|
# uses: ./.github/workflows/build-push-image.yml
|
|
# with:
|
|
# registry: ghcr.io/${{ github.repository_owner }}
|
|
# registry_user: ${{ github.actor }}
|
|
# image_name: dangerzone/dangerzone
|
|
# reproduce: true
|
|
# secrets:
|
|
# registry_token: ${{ secrets.GITHUB_TOKEN }}
|