test if
This commit is contained in:
parent
c80c466316
commit
05caf5b155
@ -15,7 +15,7 @@ runs:
|
||||
args: dotnet publish -r linux-x64 -c Release --self-contained -o dist -p:AssemblyName=App
|
||||
|
||||
- name: create dockerfile
|
||||
if: ${{ inputs.dockerfile }} == ''
|
||||
if: ${{ inputs.dockerfile == '' }}
|
||||
uses: docker://ubuntu:latest
|
||||
with:
|
||||
entrypoint: "/bin/bash"
|
||||
|
Loading…
Reference in New Issue
Block a user