From 5d1bb2125e24ec1206ed81f1503b3efc9fdd7243 Mon Sep 17 00:00:00 2001 From: Christian Adams Date: Thu, 18 Jan 2024 12:21:16 -0500 Subject: [PATCH] Update .github/workflows/stage.yml Co-authored-by: Hao Liu <44379968+TheRealHaoLiu@users.noreply.github.com> --- .github/workflows/stage.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stage.yml b/.github/workflows/stage.yml index e8ecb72513..4bf3776afe 100644 --- a/.github/workflows/stage.yml +++ b/.github/workflows/stage.yml @@ -110,8 +110,8 @@ jobs: working-directory: awx-operator run: | 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 }} \ + --build-arg OPERATOR_VERSION=${{ github.event.inputs.operator_version }}" \ + IMG=ghcr.io/${{ github.repository_owner }}/awx-operator:${{ github.event.inputs.operator_version }} \ make docker-buildx - name: Run test deployment with awx-operator