From a86311508a0d935e9bf98aa7a32028b3ba3d0928 Mon Sep 17 00:00:00 2001 From: Jan Lesage Date: Tue, 12 Dec 2023 09:52:00 +0100 Subject: [PATCH] fix: update nightly build in sync with main workflow --- .github/workflows/build-nightly.yml | 10 +++++----- .gitignore | 1 + 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-nightly.yml b/.github/workflows/build-nightly.yml index c8c910254..4c3d31fd5 100644 --- a/.github/workflows/build-nightly.yml +++ b/.github/workflows/build-nightly.yml @@ -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 }} @@ -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 }} @@ -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 }} @@ -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 }} @@ -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 }} diff --git a/.gitignore b/.gitignore index 68e8858dc..2eea6097e 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ appsettings.*.json wwwroot/ # Internal folders created by marten for prebuilding +otel-collector-config.yaml src/*/Internal .vs/