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 a4695ed commit eb86c48Copy full SHA for eb86c48
.github/workflows/destroy.yml
@@ -5,6 +5,7 @@ on:
5
6
env:
7
TF_VAR_load_balancer_listener_arn: "arn:aws:elasticloadbalancing:us-east-1:123456789012:targetgroup/dummy-target-group/1234567890123456"
8
+ TF_VAR_ecr_repository_name: ${{ github.event.repository.name }}
9
10
permissions:
11
id-token: write
@@ -42,7 +43,6 @@ jobs:
42
43
runs-on: ubuntu-latest
44
45
TF_VAR_image_uri: dummy
- TF_VAR_ecr_repository_name: ${{ github.event.repository.name }}
46
steps:
47
- uses: actions/checkout@v4
48
- name: Configure AWS Credentials
0 commit comments