Skip to content

Commit

Permalink
Fix the evaluation error
Browse files Browse the repository at this point in the history
  • Loading branch information
haoming29 committed Apr 9, 2024
1 parent b4eb991 commit ceddcf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-prod-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ jobs:
with:
context: .
file: ./images/Dockerfile
push: ${{ github.repository == 'PelicanPlatform/pelican' && inputs.from_workflow_call }}
push: ${{ github.repository == 'PelicanPlatform/pelican' && (inputs.from_workflow_call || false) }}
tags: "${{ steps.generate-tag-list.outputs.taglist }}"
target: ${{ matrix.image }}
build-args: |
Expand Down

0 comments on commit ceddcf1

Please sign in to comment.