reuse built prod image

This commit is contained in:
Elio Bischof
2025-07-25 16:10:25 +02:00
parent 6d22b90fa6
commit bc580c9c85

View File

@@ -18,3 +18,5 @@ jobs:
run: npm install -g @devcontainers/cli@0.80.0 run: npm install -g @devcontainers/cli@0.80.0
- name: Run Integration Tests against the Login and a Mocked Zitadel API - name: Run Integration Tests against the Login and a Mocked Zitadel API
run: npm run devcontainer:integration:login run: npm run devcontainer:integration:login
env:
LOGIN_TAG: ${{ inputs.login_build_image }}