diff --git a/.github/workflows/copilot_deploy.yml b/.github/workflows/copilot_deploy.yml index 43f07e36..fdf56312 100644 --- a/.github/workflows/copilot_deploy.yml +++ b/.github/workflows/copilot_deploy.yml @@ -62,7 +62,7 @@ jobs: with: environment: dev app_name: assessment - version: sha-${{ github.sha }} + image_location: ${{ needs.paketo_build.outputs.image_location }} post_dev_deploy_tests: needs: dev_deploy @@ -92,7 +92,7 @@ jobs: with: environment: test app_name: assessment - version: sha-${{ github.sha }} + image_location: ${{ needs.paketo_build.outputs.image_location }} post_test_deploy_tests: needs: test_deploy @@ -123,7 +123,7 @@ jobs: with: environment: uat app_name: assessment - version: sha-${{ github.sha }} + image_location: ${{ needs.paketo_build.outputs.image_location }} post_uat_deploy_tests: needs: uat_deploy @@ -154,4 +154,4 @@ jobs: with: environment: prod app_name: assessment - version: sha-${{ github.sha }} + image_location: ${{ needs.paketo_build.outputs.image_location }}