Skip to content

Commit

Permalink
check if empty instead
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonN3 committed Mar 19, 2024
1 parent 3b58e69 commit 4ae1721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
targetUrl: ${{ steps.jobs.outputs.html_url }}

- name: Docker meta
if: ! inputs.pr
if: inputs.pr == ''
id: meta
uses: docker/metadata-action@v5
with:
Expand Down

0 comments on commit 4ae1721

Please sign in to comment.