mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-04-26 10:31:17 +00:00
Fix release dry-run integration image build
This commit is contained in:
parent
2c51c0a0dd
commit
6db0a6edb8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release-dry-run.yml
vendored
2
.github/workflows/release-dry-run.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue