Restore pulse:test image build in the e2e workflow
Some checks are pending
Build and Test / Secret Scan (push) Waiting to run
Build and Test / Frontend & Backend (push) Waiting to run

The Core E2E workflow on this branch lost the 'docker build -t
pulse:test --target runtime .' line that release/5.1 still has, so
every dispatched run failed at compose-up with 'pull access denied for
pulse'. Masked until now because the workflow only auto-triggers on
main.
This commit is contained in:
rcourtman 2026-06-10 12:10:32 +01:00
parent ee67141fa2
commit edd7f001ab

View file

@ -52,6 +52,7 @@ jobs:
- name: Build Docker images for test environment
run: |
docker build -t pulse:test --target runtime .
docker build -t pulse-mock-github:test ./tests/integration/mock-github-server
env:
PULSE_LICENSE_PUBLIC_KEY: ${{ secrets.PULSE_LICENSE_PUBLIC_KEY }}