diff options
| author | Syndamia <kamen@syndamia.com> | 2024-01-08 19:01:28 +0200 |
|---|---|---|
| committer | Syndamia <kamen@syndamia.com> | 2024-01-08 19:01:28 +0200 |
| commit | 13446ebece8d11145f578e8f6dfd488dae929ed6 (patch) | |
| tree | 08e70b27b4e82158f3a452df9c6b0c3980668eb7 | |
| parent | 4c3debc36ceaa7bc4857f61099e78de3b4e044b5 (diff) | |
| download | pico-web-13446ebece8d11145f578e8f6dfd488dae929ed6.tar pico-web-13446ebece8d11145f578e8f6dfd488dae929ed6.tar.gz pico-web-13446ebece8d11145f578e8f6dfd488dae929ed6.zip | |
[workflows/dev-branch] Fixed missing needs for build docker
| -rw-r--r-- | .github/workflows/dev-branch.yml | 1 |
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: |
