diff options
author | Christian Adams <rooftopcellist@gmail.com> | 2024-01-17 21:39:56 +0100 |
---|---|---|
committer | Dave <dmz.oneill@gmail.com> | 2024-02-14 16:44:21 +0100 |
commit | 99c512bcef94959653cadf466be7728289e0bcb6 (patch) | |
tree | 8c042dffa1b23d5c4a93e59ea3bc286c217b3a3f /.github/workflows | |
parent | Build multi-arch awx-operator images when releasing (diff) | |
download | awx-99c512bcef94959653cadf466be7728289e0bcb6.tar.xz awx-99c512bcef94959653cadf466be7728289e0bcb6.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.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |