Upload images to docker hub.

Fixed e2e tests in main-deploy
This commit is contained in:
Hendrik Belitz
2025-07-08 09:25:00 +02:00
parent 7db54109bc
commit 49a243fb4c
4 changed files with 12 additions and 4 deletions
+2
View File
@@ -40,3 +40,5 @@ jobs:
- name: Run E2E tests
run: npm run test:e2e
env:
DATABASE_URL: "postgresql://test:test@localhost:5432/test"
+6
View File
@@ -51,6 +51,12 @@ jobs:
- name: Run E2E tests
run: npm run test:e2e
- name: Log in to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Build and push Docker images
run: npm run docker:build-and-push