This commit is contained in:
parent
acb1f7eb6e
commit
527a0bdf73
@ -43,11 +43,17 @@ jobs:
|
||||
echo "exists=false" >> $GITHUB_OUTPUT
|
||||
fi
|
||||
|
||||
- name: Debug output
|
||||
- name: Debug - Image Name
|
||||
run: |
|
||||
echo "Image Name: ${{ env.IMAGE_NAME }}"
|
||||
|
||||
- name: Debug - Image Version
|
||||
run: |
|
||||
echo "Flutter Version: ${{ env.FLUTTER_VERSION }}"
|
||||
|
||||
- name: Debug - Image Exists
|
||||
run: |
|
||||
echo "Exists: ${{ steps.check_image.outputs.exists }}"
|
||||
echo "Image Name: ${{ IMAGE_NAME }}"
|
||||
echo "Flutter Version: ${{ FLUTTER_VERSION }}"
|
||||
|
||||
- name: Log in to DockerHub
|
||||
if: steps.check_image.outputs.exists == 'false'
|
||||
|
Loading…
Reference in New Issue
Block a user