diff --git a/.github/workflows/manual-lambda.yml b/.github/workflows/manual-lambda.yml index 3ee476d10..20a9a91d9 100644 --- a/.github/workflows/manual-lambda.yml +++ b/.github/workflows/manual-lambda.yml @@ -42,7 +42,7 @@ jobs: env: BUILD_URL: ${{ secrets.VBR_AWS_BUILD_API }}/kbosync/${{ env.ENV }}/deploy/v4 STATUS_URL: ${{ secrets.VBR_AWS_BUILD_STATUS_API }}/kbosync/${{ env.ENV }}/deploy/v4/status - uses: informatievlaanderen/awscurl-polling-action/polling-action@deploy-v4 + uses: docker://ghcr.io/informatievlaanderen/awscurl-polling-action:4.0.11 with: environment: ${{ env.ENV }} version: ${{ github.event.inputs.version }} @@ -61,4 +61,4 @@ jobs: run: | echo build-uuid: ${{ steps.awscurl-polling-action.outputs.build-uuid }} echo Status: ${{ steps.awscurl-polling-action.outputs.status }} - echo ${{ steps.awscurl-polling-action.outputs.final-message }} \ No newline at end of file + echo ${{ steps.awscurl-polling-action.outputs.final-message }} diff --git a/AssociationRegistry.sln b/AssociationRegistry.sln index 9c76dfb36..eee960315 100644 --- a/AssociationRegistry.sln +++ b/AssociationRegistry.sln @@ -48,6 +48,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{ .github\workflows\nuget-publish.yml = .github\workflows\nuget-publish.yml .github\workflows\hotfix.yml = .github\workflows\hotfix.yml .github\workflows\run-tests.yml = .github\workflows\run-tests.yml + .github\workflows\manual-lambda.yml = .github\workflows\manual-lambda.yml EndProjectSection EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AssociationRegistry.Public.Api", "src\AssociationRegistry.Public.Api\AssociationRegistry.Public.Api.csproj", "{EC780706-D1C5-46DA-A9EA-1691E3C5052A}"