Skip to content

Commit

Permalink
Merge pull request #300 from communitiesuk/bau/reusable-image-location
Browse files Browse the repository at this point in the history
Pull image_location from paketo_build step
  • Loading branch information
samuelhwilliams authored Dec 5, 2024
2 parents 8db06b9 + 68715fd commit 7e303cb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/copilot_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
with:
environment: dev
app_name: notification
version: sha-${{ github.sha }}
image_location: ${{ needs.paketo_build.outputs.image_location }}

post_dev_deploy_tests:
needs: dev_deploy
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
with:
environment: test
app_name: notification
version: sha-${{ github.sha }}
image_location: ${{ needs.paketo_build.outputs.image_location }}

post_test_deploy_tests:
needs: [ dev_deploy, post_dev_deploy_tests, test_deploy, paketo_build, setup ]
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
with:
environment: uat
app_name: notification
version: sha-${{ github.sha }}
image_location: ${{ needs.paketo_build.outputs.image_location }}

post_uat_deploy_tests:
needs: [ dev_deploy, post_dev_deploy_tests, test_deploy, post_test_deploy_tests, uat_deploy, paketo_build, setup ]
Expand Down Expand Up @@ -154,4 +154,4 @@ jobs:
with:
environment: prod
app_name: notification
version: sha-${{ github.sha }}
image_location: ${{ needs.paketo_build.outputs.image_location }}

0 comments on commit 7e303cb

Please sign in to comment.