mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 23:07:42 -02:30
Update .github/workflows/stage.yml
Co-authored-by: Hao Liu <44379968+TheRealHaoLiu@users.noreply.github.com>
This commit is contained in:
2
.github/workflows/stage.yml
vendored
2
.github/workflows/stage.yml
vendored
@@ -109,7 +109,7 @@ jobs:
|
|||||||
- name: Stage awx-operator image
|
- name: Stage awx-operator image
|
||||||
working-directory: awx-operator
|
working-directory: awx-operator
|
||||||
run: |
|
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 }}" \
|
--build-arg OPERATOR_VERSION=${{ github.event.inputs.version }}" \
|
||||||
IMG=ghcr.io/${{ github.repository_owner }}/awx-operator:${{ github.event.inputs.version }} \
|
IMG=ghcr.io/${{ github.repository_owner }}/awx-operator:${{ github.event.inputs.version }} \
|
||||||
make docker-buildx
|
make docker-buildx
|
||||||
|
|||||||
Reference in New Issue
Block a user