Skip to content

Commit

Permalink
Fix VERSION_TAG for GHA (#2145)
Browse files Browse the repository at this point in the history
Co-authored-by: Krzysztof Szyper <[email protected]>
Co-authored-by: Krzysztof Szyper <[email protected]>
  • Loading branch information
3 people authored May 10, 2024
1 parent 876887d commit cb88bb1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ update-versions: ## Check TF, OT, and TG versions and update if there's newer ve
fi
@if [[ $(TF_VERSION) != $(TF_LATEST) ]] || [[ $(TG_VERSION) != $(TG_LATEST) ]] || [[ $(AWS_VERSION) != $(AWS_LATEST) ]] || [[ $(GCP_VERSION) != $(GCP_LATEST) ]]; then \
echo -e "\n$(TXT_YELLOW) == UPDATING VERSIONS ==$(TXT_RESET)" ;\
echo "VERSION_TAG=$(VERSION_LATEST)-aws-$(AWS_LATEST)-gcp-$(GCP_LATEST)" >> $(GITHUB_ENV) ;\
echo "VERSION_TAG=tf-$(TF_LATEST)-ot-$(OT_LATEST)-tg-$(TG_LATEST)-aws-$(AWS_LATEST)-gcp-$(GCP_LATEST)" >> $(GITHUB_ENV) ;\
else \
echo "VERSION_TAG=null" >> $(GITHUB_ENV) ;\
fi
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,11 @@ Infrastructure-as-a-Code.
Tag of the image tells which version of Terraform and Terragrunt it contains and which public cloud provider CLI it's
bundled with or not (see second table below).

Current release version tf-1.8.3-ot-1.7.1-tg-0.58.3

| Current release full tag version value |
|:---------------------------------------|
| `tf-1.8.3-ot-1.7.0-tg-0.58.3` |


| Registry | Example full image name | Image name | Image version | Terraform version | OpenTofu version | Terragrunt version |
|--------------------------------------------------------------------------------------|-------------------------------------------------------------------------------|---------------------|----------------------|-------------------|------------------|--------------------|
Expand Down

0 comments on commit cb88bb1

Please sign in to comment.