aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/dev-branch.yml
diff options
context:
space:
mode:
authorSyndamia <kamen@syndamia.com>2024-01-08 19:01:28 +0200
committerSyndamia <kamen@syndamia.com>2024-01-08 19:01:28 +0200
commit13446ebece8d11145f578e8f6dfd488dae929ed6 (patch)
tree08e70b27b4e82158f3a452df9c6b0c3980668eb7 /.github/workflows/dev-branch.yml
parent4c3debc36ceaa7bc4857f61099e78de3b4e044b5 (diff)
downloadpico-web-13446ebece8d11145f578e8f6dfd488dae929ed6.tar
pico-web-13446ebece8d11145f578e8f6dfd488dae929ed6.tar.gz
pico-web-13446ebece8d11145f578e8f6dfd488dae929ed6.zip
[workflows/dev-branch] Fixed missing needs for build docker
Diffstat (limited to '.github/workflows/dev-branch.yml')
-rw-r--r--.github/workflows/dev-branch.yml1
1 files changed, 1 insertions, 0 deletions
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: