mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-07-09 16:00:59 +00:00
Restore pulse:test image build in the e2e workflow
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:
parent
ee67141fa2
commit
edd7f001ab
1 changed files with 1 additions and 0 deletions
1
.github/workflows/test-e2e.yml
vendored
1
.github/workflows/test-e2e.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue