mirror of
https://github.com/ansible/awx.git
synced 2026-03-07 19:51:08 -03:30
fix: add OPERATOR_VERSION as build-arg to pass the version to operator
This commit is contained in:
3
.github/workflows/stage.yml
vendored
3
.github/workflows/stage.yml
vendored
@@ -83,7 +83,8 @@ jobs:
|
|||||||
- name: Build and stage awx-operator
|
- name: Build and stage awx-operator
|
||||||
working-directory: awx-operator
|
working-directory: awx-operator
|
||||||
run: |
|
run: |
|
||||||
BUILD_ARGS="--build-arg DEFAULT_AWX_VERSION=${{ github.event.inputs.version }}" \
|
BUILD_ARGS="--build-arg DEFAULT_AWX_VERSION=${{ github.event.inputs.version }} \
|
||||||
|
--build-arg OPERATOR_VERSION=${{ github.event.inputs.operator_version }}" \
|
||||||
IMAGE_TAG_BASE=ghcr.io/${{ github.repository_owner }}/awx-operator \
|
IMAGE_TAG_BASE=ghcr.io/${{ github.repository_owner }}/awx-operator \
|
||||||
VERSION=${{ github.event.inputs.operator_version }} make docker-build docker-push
|
VERSION=${{ github.event.inputs.operator_version }} make docker-build docker-push
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user