diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7f254525..27162b8e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -245,7 +245,7 @@ jobs: docker: name: Build and push Docker image runs-on: ubuntu-latest - # needs: build + needs: [build] permissions: write-all if: inputs.build_docker == 'true' # if: false