From 99c512bcef94959653cadf466be7728289e0bcb6 Mon Sep 17 00:00:00 2001 From: Christian Adams Date: Wed, 17 Jan 2024 15:39:56 -0500 Subject: [PATCH] Update .github/workflows/stage.yml Co-authored-by: Hao Liu <44379968+TheRealHaoLiu@users.noreply.github.com> --- .github/workflows/stage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stage.yml b/.github/workflows/stage.yml index 7f70adaa9e..e8ecb72513 100644 --- a/.github/workflows/stage.yml +++ b/.github/workflows/stage.yml @@ -109,7 +109,7 @@ jobs: - name: Stage awx-operator image working-directory: awx-operator run: | - BUILD_ARGS="--build-arg DEFAULT_AWX_VERSION=${{ github.event.inputs.default_awx_version }} \ + BUILD_ARGS="--build-arg DEFAULT_AWX_VERSION=${{ github.event.inputs.version}} \ --build-arg OPERATOR_VERSION=${{ github.event.inputs.version }}" \ IMG=ghcr.io/${{ github.repository_owner }}/awx-operator:${{ github.event.inputs.version }} \ make docker-buildx