added debug step
This commit is contained in:
parent
aa3e25c84a
commit
786dc8b0e4
@ -43,6 +43,10 @@ jobs:
|
|||||||
echo "exists=false" >> $GITHUB_OUTPUT
|
echo "exists=false" >> $GITHUB_OUTPUT
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
- name: Debug output
|
||||||
|
run:
|
||||||
|
echo "Exists: ${{ steps.check_image.outputs.exists }}"
|
||||||
|
|
||||||
- name: Log in to DockerHub
|
- name: Log in to DockerHub
|
||||||
if: steps.check_image.outputs.exists == 'false'
|
if: steps.check_image.outputs.exists == 'false'
|
||||||
uses: docker/login-action@v2
|
uses: docker/login-action@v2
|
||||||
|
Loading…
Reference in New Issue
Block a user