Add dependency on tests-ui to not fail to push the testing image

This commit is contained in:
Théophile Diot 2023-08-21 17:05:09 +02:00
parent 8632dd3244
commit f7cd7d9daf
No known key found for this signature in database
GPG Key ID: 248FEA4BAE400D06
1 changed files with 2 additions and 2 deletions

View File

@ -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