diff options
| -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: |
