Skip to content

Commit f95cde0

Browse files
committed
PPHA-369: Set DOCKER_IMAGE_TAG using triggering commit
1 parent 462dceb commit f95cde0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ jobs:
3939
terraform_version: 1.11.4
4040

4141
- name: Terraform plan
42-
run: make ${TARGET_ENV} ci terraform-apply
42+
run: make ${TARGET_ENV} ci terraform-apply DOCKER_IMAGE_TAG=git-sha-${{ github.sha }}

0 commit comments

Comments
 (0)