Skip to content

Commit eb86c48

Browse files
committed
TF_VAR_ecr_repository_name
1 parent a4695ed commit eb86c48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/destroy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55

66
env:
77
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 }}
89

910
permissions:
1011
id-token: write
@@ -42,7 +43,6 @@ jobs:
4243
runs-on: ubuntu-latest
4344
env:
4445
TF_VAR_image_uri: dummy
45-
TF_VAR_ecr_repository_name: ${{ github.event.repository.name }}
4646
steps:
4747
- uses: actions/checkout@v4
4848
- name: Configure AWS Credentials

0 commit comments

Comments
 (0)