Fix release dry-run integration image build

This commit is contained in:
rcourtman 2026-04-14 20:06:27 +01:00
parent 2c51c0a0dd
commit 6db0a6edb8

View file

@ -76,7 +76,7 @@ jobs:
- name: Build Docker images for integration tests
run: |
VERSION="v$(cat VERSION | tr -d '\n')"
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 }}