Skip to content

Commit 8ea5009

Browse files
author
bgauduch
committed
correct AZ_VERSION build arg
1 parent ab15af5 commit 8ea5009

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/push-latest.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -54,19 +54,17 @@ jobs:
5454
5555
- name: Set up QEMU
5656
uses: docker/setup-qemu-action@v2
57-
5857
- name: Set up Buildx
5958
id: buildx
6059
uses: docker/setup-buildx-action@v2
61-
6260
- name: Build and push container images
6361
uses: docker/build-push-action@v4
6462
with:
6563
context: .
6664
platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/386
6765
build-args: |
6866
TERRAFORM_VERSION=${{ env.TF_VERSION }}
69-
AWS_CLI_VERSION=${{ env.AWS_VERSION }}
67+
AZ_VERSION=${{ env.AZ_VERSION }}
7068
tags: ${{ steps.meta.outputs.tags }}
7169
labels: ${{ steps.meta.outputs.labels }}
7270
push: true

0 commit comments

Comments
 (0)