fix
Build Flutter Docker Image / build (release) Failing after 1m3s

This commit is contained in:
2025-06-12 13:44:25 -04:00
parent f84c443f42
commit 4aa266085a
+4
View File
@@ -62,6 +62,10 @@ jobs:
username: ${{ secrets.DOCKERHUB_USERNAME }} username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_ACCESS_TOKEN }} password: ${{ secrets.DOCKERHUB_ACCESS_TOKEN }}
- name: Set up Docker Buildx
if: steps.check_image.outputs.exists == 'false'
uses: docker/setup-buildx-action@v3
- 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: |