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 15, 2024
1 parent 1636ab4 commit 28a3e31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
build:
name: Build and push Docker image
if: ${{ github.event.workflow_run.conclusion == 'success' }}
needs: "get-version"
# if: ${{ github.event.workflow_run.conclusion == 'success' }}
needs: get-version
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down

0 comments on commit 28a3e31

Please sign in to comment.