Skip to content

Commit

Permalink
fix: update nightly build in sync with main workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Lesage authored and janlesage committed Dec 12, 2023
1 parent 722274a commit a863115
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
build-target: Containerize_AcmApi
image-file: ar-acm-api-image.tar
image-name: acm-api
image-name: verenigingsregister-acmapi
test-project: AssociationRegistry.Test.Acm.Api
build-project: AssociationRegistry.Acm.Api/
semver: ${{ needs.set-release-version.outputs.version }}
Expand All @@ -50,7 +50,7 @@ jobs:
with:
build-target: Containerize_PublicApi
image-file: ar-public-api-image.tar
image-name: public-api
image-name: verenigingsregister-publicapi
test-project: AssociationRegistry.Test.Public.Api
build-project: AssociationRegistry.Public.Api/
semver: ${{ needs.set-release-version.outputs.version }}
Expand All @@ -69,7 +69,7 @@ jobs:
with:
build-target: Containerize_PublicProjections
image-file: ar-public-projections-image.tar
image-name: public-projections
image-name: verenigingsregister-publicprojections
test-project: AssociationRegistry.Test.Public.Api
build-project: AssociationRegistry.Public.ProjectionHost/
semver: ${{ needs.set-release-version.outputs.version }}
Expand All @@ -88,7 +88,7 @@ jobs:
with:
build-target: Containerize_AdminApi
image-file: ar-admin-api-image.tar
image-name: admin-api
image-name: verenigingsregister-adminapi
test-project: AssociationRegistry.Test.Admin.Api
build-project: AssociationRegistry.Admin.Api/
semver: ${{ needs.set-release-version.outputs.version }}
Expand All @@ -107,7 +107,7 @@ jobs:
with:
build-target: Containerize_AdminProjections
image-file: ar-admin-projections-image.tar
image-name: admin-projections
image-name: verenigingsregister-adminprojections
test-project: AssociationRegistry.Test.Admin.Api
build-project: AssociationRegistry.Admin.ProjectionHost/
semver: ${{ needs.set-release-version.outputs.version }}
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ appsettings.*.json
wwwroot/

# Internal folders created by marten for prebuilding
otel-collector-config.yaml
src/*/Internal

.vs/
Expand Down

0 comments on commit a863115

Please sign in to comment.