From 13446ebece8d11145f578e8f6dfd488dae929ed6 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Mon, 8 Jan 2024 19:01:28 +0200 Subject: [workflows/dev-branch] Fixed missing needs for build docker --- .github/workflows/dev-branch.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.github/workflows') diff --git a/.github/workflows/dev-branch.yml b/.github/workflows/dev-branch.yml index 6d66da2..f0342b6 100644 --- a/.github/workflows/dev-branch.yml +++ b/.github/workflows/dev-branch.yml @@ -70,6 +70,7 @@ jobs: Build-docker-and-push: name: Build the docker container image and push it to dockerhub runs-on: ubuntu-latest + needs: Build steps: - uses: actions/download-artifact@v3 with: -- cgit v1.2.3