Skip to content

Commit

Permalink
ci: fix build image in release
Browse files Browse the repository at this point in the history
  • Loading branch information
jvandaal authored and ArneD committed Mar 14, 2024
1 parent 3a29754 commit 944426e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
registry: '${{ vars.VBR_DEVOPS_DOCKER_REGISTRY }}/ticketing-service'
image-file: ticketing-image.tar
image-name: ticketing
test-project: TicketingService.IntegrationTests
build-project: TicketingService
semver: ${{ needs.set-release-version.outputs.version }}
dotnet-version: ${{ vars.VBR_DOTNET_VERSION_8 }}
Expand All @@ -76,6 +77,7 @@ jobs:
registry: '${{ vars.VBR_DEVOPS_DOCKER_REGISTRY }}/ticketing-service'
image-file: ticketing-monitoring-image.tar
image-name: ticketing-monitoring
test-project: TicketingService.Monitoring.Tests
build-project: TicketingService.Monitoring
semver: ${{ needs.set-release-version.outputs.version }}
dotnet-version: ${{ vars.VBR_DOTNET_VERSION_8 }}
Expand Down

0 comments on commit 944426e

Please sign in to comment.