summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorChristian Adams <rooftopcellist@gmail.com>2024-01-18 18:21:16 +0100
committerDave <dmz.oneill@gmail.com>2024-02-14 16:44:21 +0100
commit5d1bb2125e24ec1206ed81f1503b3efc9fdd7243 (patch)
treec6e5ae389d4041d2d7c8e0e17115db98c2498cab /.github/workflows
parentUpdate .github/workflows/stage.yml (diff)
downloadawx-5d1bb2125e24ec1206ed81f1503b3efc9fdd7243.tar.xz
awx-5d1bb2125e24ec1206ed81f1503b3efc9fdd7243.zip
Update .github/workflows/stage.yml
Co-authored-by: Hao Liu <44379968+TheRealHaoLiu@users.noreply.github.com>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/stage.yml4
1 files 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