Fix publish workflow and provide a way to trigger it manually (#2491)

This commit is contained in:
Andrew Dryga
2023-10-23 13:32:44 -06:00
committed by GitHub
parent cc65a63c63
commit dc57b45d64

View File

@@ -3,6 +3,9 @@ on:
release:
types:
- published
# We temporary allow to run deployments to production without publishing a release
# to make sure that the deployment works as expected
workflow_dispatch:
env:
# mark:automatic-version
@@ -115,7 +118,7 @@ jobs:
notify_when: "failure"
publish-release-images:
needs: deploy-production
needs: deploy-prod
runs-on: ubuntu-22.04
strategy:
fail-fast: false