Skip to content

Commit 65e8f70

Browse files
authored
⬆️ Update Terraform CLI version (#75)
* 💚 add latest terraform cli version and correct image output name * 📝 remove brocken microbadger badge * 🐳 bumped default tf cli version to latest
1 parent 67e39ba commit 65e8f70

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
versions:
3333
- { tf_version: "0.11.14", awscli_version: "2.5.1" }
3434
- { tf_version: "0.12.24", awscli_version: "2.5.1" }
35+
- { tf_version: "0.12.25", awscli_version: "2.5.1" }
3536

3637
env:
3738
TF_VERSION: ${{ matrix.versions.tf_version }}
@@ -58,7 +59,7 @@ jobs:
5859
run: docker push $ORGANIZATION/$IMAGE_NAME:$IMAGE_RELEASE_TAG
5960

6061
- name: Save image
61-
run: docker image save -o $IMAGE_NAME-$RELEASE_TAG-$IMAGE_TAG.tar $ORGANIZATION/$IMAGE_NAME:$IMAGE_RELEASE_TAG
62+
run: docker image save -o $IMAGE_NAME-$IMAGE_RELEASE_TAG.tar $ORGANIZATION/$IMAGE_NAME:$IMAGE_RELEASE_TAG
6263

6364
- name: Upload image artifact
6465
uses: actions/upload-artifact@v2

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Setup build arguments with default versions
22
ARG AZURE_CLI_VERSION=2.5.1
3-
ARG TERRAFORM_VERSION=0.12.24
3+
ARG TERRAFORM_VERSION=0.12.25
44
ARG PYTHON_MAJOR_VERSION=3.7
55

66
# Download Terraform binary

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[![build](https://github.com/Zenika/terraform-azure-cli/workflows/build/badge.svg)](https://github.com/Zenika/terraform-azure-cli/actions?query=workflow%3Abuild)
22
[![push-latest](https://github.com/Zenika/terraform-azure-cli/workflows/push-latest/badge.svg)](https://github.com/Zenika/terraform-azure-cli/actions?query=workflow%3Apush-latest)
33
[![release](https://github.com/Zenika/terraform-azure-cli/workflows/release/badge.svg)](https://github.com/Zenika/terraform-azure-cli/actions?query=workflow%3Arelease)
4-
[![](https://images.microbadger.com/badges/image/zenika/terraform-azure-cli.svg)](https://microbadger.com/images/zenika/terraform-azure-cli)
54
[![Docker Pulls](https://img.shields.io/docker/pulls/zenika/terraform-azure-cli.svg)](https://hub.docker.com/r/zenika/terraform-azure-cli/)
65

76
<p align="center">

0 commit comments

Comments
 (0)