diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index ebcee7f1d..f9cb57f9e 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -94,10 +94,10 @@ jobs: secrets: PRIVATE_REGISTRY: ${{ secrets.PRIVATE_REGISTRY }} PRIVATE_REGISTRY_TOKEN: ${{ secrets.PRIVATE_REGISTRY_TOKEN }} - + # Push with dev tag push-dev: - needs: [tests-core] + needs: [tests-ui, tests-core] runs-on: ubuntu-latest steps: - name: Login to Docker Hub