Skip to content

Commit

Permalink
Update docker-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tmknight authored Jan 16, 2024
1 parent 28a3e31 commit 6713eea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
build:
name: Build and push Docker image
# if: ${{ github.event.workflow_run.conclusion == 'success' }}
if: (${{ github.event.workflow_run.conclusion == 'success' }} || github.event_name == 'workflow_dispatch')
needs: get-version
runs-on: ubuntu-latest
permissions:
Expand Down

0 comments on commit 6713eea

Please sign in to comment.