Skip to content

Commit

Permalink
correct AZ_VERSION build arg
Browse files Browse the repository at this point in the history
  • Loading branch information
bgauduch committed Mar 2, 2024
1 parent ab15af5 commit a5b8ff3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/push-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,19 +54,17 @@ jobs:
- name: Set up QEMU
uses: docker/setup-qemu-action@v2

- name: Set up Buildx
id: buildx
uses: docker/setup-buildx-action@v2

- name: Build and push container images
uses: docker/build-push-action@v4
with:
context: .
platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/386
build-args: |
TERRAFORM_VERSION=${{ env.TF_VERSION }}
AWS_CLI_VERSION=${{ env.AWS_VERSION }}
AZURE_CLI_VERSION=${{ env.AZ_VERSION }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
push: true
Expand Down

0 comments on commit a5b8ff3

Please sign in to comment.