diff --git a/.github/compute-version/action.yaml b/.github/compute-version/action.yaml index 62d579a..a214eea 100644 --- a/.github/compute-version/action.yaml +++ b/.github/compute-version/action.yaml @@ -11,6 +11,6 @@ runs: id: version shell: bash run: | - version="$(cat VERSION)-$(date +%Y%m%d%H%M%S)" + version="$(cat VERSION)" echo VERSION=$version echo "version=$version" >> $GITHUB_OUTPUT diff --git a/.github/publish-images/action.yaml b/.github/publish-images/action.yaml index 4b22c6c..f8980fb 100644 --- a/.github/publish-images/action.yaml +++ b/.github/publish-images/action.yaml @@ -51,5 +51,4 @@ runs: env: VERSION: ${{ inputs.version }} IMAGE_TAG_BASE: ${{ format('{0}', inputs.image_url) }} - # OPERATOR_IMG: ${{ format('{0}', inputs.image_url) }} ADDITIONAL_TAGS: ${{ inputs.additional_tags }}