Skip to content

Commit

Permalink
build-images-base.yaml: version from inputs.operatorVersion
Browse files Browse the repository at this point in the history
Signed-off-by: Eguzki Astiz Lezaun <[email protected]>
  • Loading branch information
eguzki committed Oct 31, 2024
1 parent ec09235 commit 401a347
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build-images-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,6 @@ jobs:
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Read release string version
id: release
run: |
version=`make read-release-version`
echo version=$version >> $GITHUB_OUTPUT
- name: Install qemu dependency
run: |
sudo apt-get update
Expand All @@ -96,7 +91,7 @@ jobs:
build-args: |
GIT_SHA=${{ github.sha }}
DIRTY=false
VERSION=${{ steps.release.outputs.version }}
VERSION=${{ inputs.operatorVersion }}
QUAY_IMAGE_EXPIRY=${{ inputs.quayImageExpiry }}
- name: Push Image
if: ${{ !env.ACT }}
Expand Down

0 comments on commit 401a347

Please sign in to comment.