We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d8dd96 commit 817c6e5Copy full SHA for 817c6e5
1 file changed
.github/workflows/main.yml
@@ -79,8 +79,7 @@ jobs:
79
uses: "./.github/workflows/deploy.yml"
80
with:
81
BUILD_NUMBER: ${{ github.run_number }}
82
- ECS_CLUSTER: none # Temporarily disabled - remove this line to re-enable
83
- # ECS_CLUSTER: ${{ needs.push-to-ghcr.outputs.ECS_CLUSTER }} # Restore this when re-enabling
+ ECS_CLUSTER: ${{ needs.push-to-ghcr.outputs.ECS_CLUSTER }} # Restore this when re-enabling
84
DOCKER_TAG: ${{ needs.push-to-ghcr.outputs.DOCKER_TAG }}
85
BUILD_ENGINE_TAG: ${{ needs.push-to-ghcr.outputs.BUILD_ENGINE_TAG }}
86
OTEL_TAG: ${{ needs.push-to-ghcr.outputs.OTEL_TAG }}
0 commit comments