Skip to content

Commit 0b506ea

Browse files
author
bgauduch
committed
🚑 fix repository target for dockerhub description
1 parent f0409c6 commit 0b506ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dockerhub-description.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
with:
1818
username: ${{ secrets.DOCKERHUB_USERNAME }}
1919
password: ${{ secrets.DOCKERHUB_PASS }}
20-
repository: zenika/terraform-azure-cli
20+
repository: zenika/terraform-aws-cli

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -eo pipefail
55
# FIXME: use getopts function to parse aguments
66
# FIXME: if provided, both TF and AWS CLI semvers should be regex-validated
77

8-
# Set AZ and TF CLI to latest supported versions if not specified
8+
# Set AWS and TF CLI to latest supported versions if not specified
99
[[ -n $1 ]] && AWS_VERSION=$1 || AWS_VERSION=$(jq -r '.awscli_version | sort | .[-1]' supported_versions.json)
1010
[[ -n $2 ]] && TF_VERSION=$2 || TF_VERSION=$(jq -r '.tf_version | sort | .[-1]' supported_versions.json)
1111

0 commit comments

Comments
 (0)