added more debug
All checks were successful
Build Flutter Docker Image / build (release) Successful in 9s
All checks were successful
Build Flutter Docker Image / build (release) Successful in 9s
This commit is contained in:
parent
a351ed9e17
commit
53a16a7fea
@ -45,7 +45,9 @@ jobs:
|
|||||||
|
|
||||||
- name: Debug output
|
- name: Debug output
|
||||||
run: |
|
run: |
|
||||||
echo "Exists: ${{ steps.check_image.outputs.exists }}"
|
echo "Exists: ${{ steps.check_image.outputs.exists }}" \
|
||||||
|
echo "Image Name: ${{ IMAGE_NAME }}" \
|
||||||
|
echo "Flutter Version: ${{ FLUTTER_VERSION }}"
|
||||||
|
|
||||||
- name: Log in to DockerHub
|
- name: Log in to DockerHub
|
||||||
if: steps.check_image.outputs.exists == 'false'
|
if: steps.check_image.outputs.exists == 'false'
|
||||||
@ -55,9 +57,10 @@ jobs:
|
|||||||
password: ${{ secrets.DOCKERHUB_ACCESS_TOKEN }}
|
password: ${{ secrets.DOCKERHUB_ACCESS_TOKEN }}
|
||||||
|
|
||||||
- name: Build, push, and generate SBOM and provenance
|
- name: Build, push, and generate SBOM and provenance
|
||||||
if: steps.check_image.outputs.exists == 'false'
|
# if: steps.check_image.outputs.exists == 'false'
|
||||||
run: |
|
run: |
|
||||||
docker buildx build \
|
docker buildx build \
|
||||||
|
--build-arg FLUTTER_VERSION=${{ FLUTTER_VERSION }} \
|
||||||
--provenance=true \
|
--provenance=true \
|
||||||
--sbom=true \
|
--sbom=true \
|
||||||
--push \
|
--push \
|
||||||
|
Loading…
Reference in New Issue
Block a user