Skip to content

Commit

Permalink
revert version
Browse files Browse the repository at this point in the history
Signed-off-by: ehearneredhat <[email protected]>
  • Loading branch information
ehearneRedHat committed Aug 8, 2024
1 parent c9034ef commit 7b64214
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ jobs:
- name: Set Authorino version
id: authorino-version
run: |
echo "AUTHORINO_VERSION=latest" >> $GITHUB_ENV
echo "VERSION=latest" >> $GITHUB_ENV
- name: Set Authorino git sha
id: authorino-git-sha
run: |
if [[ ${GITHUB_REF_NAME/\//-} =~ ^v[0-9]+\.[0-9]+\.[0-9]+(-.+)?$ ]]; then
echo "AUTHORINO_VERSION=${GITHUB_REF_NAME/\//-}" >> $GITHUB_ENV
echo "VERSION=${GITHUB_REF_NAME/\//-}" >> $GITHUB_ENV
else
echo "GIT_SHA=${{ github.sha }}" >> $GITHUB_ENV
fi
Expand All @@ -63,7 +63,7 @@ jobs:
platforms: linux/amd64,linux/arm64,linux/s390x,linux/ppc64le
build-args: |
GIT_SHA=${{ env.GIT_SHA }}
VERSION=${{ env.AUTHORINO_VERSION }}
VERSION=${{ env.VERSION }}
DIRTY=${{ env.DIRTY }}
containerfiles: |
./Dockerfile
Expand Down

0 comments on commit 7b64214

Please sign in to comment.