1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 02:47:56 +01:00

check if empty instead

This commit is contained in:
Jason N. 2024-03-19 13:01:10 -04:00
parent 3b58e69ec4
commit 4ae1721311

View file

@ -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: