File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 32
32
versions :
33
33
- { tf_version: "0.11.14", awscli_version: "2.5.1" }
34
34
- { tf_version: "0.12.24", awscli_version: "2.5.1" }
35
+ - { tf_version: "0.12.25", awscli_version: "2.5.1" }
35
36
36
37
env :
37
38
TF_VERSION : ${{ matrix.versions.tf_version }}
58
59
run : docker push $ORGANIZATION/$IMAGE_NAME:$IMAGE_RELEASE_TAG
59
60
60
61
- 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
62
63
63
64
- name : Upload image artifact
64
65
uses : actions/upload-artifact@v2
Original file line number Diff line number Diff line change 1
1
# Setup build arguments with default versions
2
2
ARG AZURE_CLI_VERSION=2.5.1
3
- ARG TERRAFORM_VERSION=0.12.24
3
+ ARG TERRAFORM_VERSION=0.12.25
4
4
ARG PYTHON_MAJOR_VERSION=3.7
5
5
6
6
# Download Terraform binary
Original file line number Diff line number Diff line change 1
1
[ ![ build] ( https://github.com/Zenika/terraform-azure-cli/workflows/build/badge.svg )] ( https://github.com/Zenika/terraform-azure-cli/actions?query=workflow%3Abuild )
2
2
[ ![ 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 )
3
3
[ ![ 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 )
5
4
[ ![ Docker Pulls] ( https://img.shields.io/docker/pulls/zenika/terraform-azure-cli.svg )] ( https://hub.docker.com/r/zenika/terraform-azure-cli/ )
6
5
7
6
<p align =" center " >
You can’t perform that action at this time.
0 commit comments