Skip to content

Commit

Permalink
ci: use v4.0.11 of polling action via docker
Browse files Browse the repository at this point in the history
  • Loading branch information
koenmetsu committed Jan 27, 2025
1 parent 87d6cd2 commit 9e939df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/manual-lambda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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 }}
echo ${{ steps.awscurl-polling-action.outputs.final-message }}
1 change: 1 addition & 0 deletions AssociationRegistry.sln
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 9e939df

Please sign in to comment.