Scope the release signal, collapse the contract onto the release version, publish the Hub overview #83
@@ -68,7 +68,7 @@ jobs:
|
|||||||
docker logout docker.io || true
|
docker logout docker.io || true
|
||||||
|
|
||||||
publish-overview:
|
publish-overview:
|
||||||
if: ${{ !cancelled() && (github.event_name == 'workflow_dispatch' || needs.retag-image.result == 'success') }}
|
if: always() && (github.event_name == 'workflow_dispatch' || needs.retag-image.result == 'success')
|
||||||
needs: [retag-image]
|
needs: [retag-image]
|
||||||
runs-on: docker-host
|
runs-on: docker-host
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user