Fix workflow_dispatch event for Publish Docker image workflow (#1077)
This commit is contained in:
committed by
GitHub
parent
9202bce5c1
commit
be5da13016
@@ -19,7 +19,7 @@ jobs:
|
||||
on-success:
|
||||
name: Build, Test and Push Docker Image to DockerHub
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.event.workflow_run.conclusion == 'success' }}
|
||||
if: ${{ github.event.workflow_run.conclusion == 'success' || github.event_name == 'workflow_dispatch' }}
|
||||
permissions:
|
||||
packages: write
|
||||
contents: read
|
||||
|
||||
Reference in New Issue
Block a user