diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index a220c140d..f07e459ac 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -70,8 +70,7 @@ jobs: - run: npm ci --no-audit - run: npm run lint - run: npm test - - run: docker build . --file Dockerfile --tag - rodekruis/ibf-api-service:$(date +%s) + - run: docker build . --file Dockerfile --tag ibf-api-service:$(date +%s) - run: docker compose up -d - run: docker compose exec ibf-api-service npm run test:api:all @@ -98,8 +97,7 @@ jobs: - run: npm ci --no-audit - run: npm run lint - run: npm test - - run: docker build . --file Dockerfile --tag - rodekruis/ibf-dashboard:$(date +%s) + - run: docker build . --file Dockerfile --tag ibf-dashboard:$(date +%s) bump-version: needs: [ibf-api-service, ibf-dashboard]