From cc5f94103d7e4f921dc2fe20352b78c3529e63fa Mon Sep 17 00:00:00 2001 From: cwilvx Date: Sat, 10 May 2025 17:04:27 +0300 Subject: [PATCH] attach docker build to build action --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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