diff --git a/.github/publish-images/action.yaml b/.github/publish-images/action.yaml index c448f72..9d5de7a 100644 --- a/.github/publish-images/action.yaml +++ b/.github/publish-images/action.yaml @@ -44,10 +44,6 @@ runs: - name: Build Operator and image and then push shell: bash run: | - echo VERSION=$VERSION - echo IMAGE_TAG_BASE=$IMAGE_TAG_BASE - echo "version=$VERSION" >> $GITHUB_OUTPUT - echo "IMAGE_TAG_BASE=$IMAGE_TAG_BASE" >> $GITHUB_OUTPUT make operator-build && make operator-push env: VERSION: ${{ inputs.version }}