Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Commit

Permalink
Fix step
Browse files Browse the repository at this point in the history
  • Loading branch information
izellevy committed Jan 2, 2024
1 parent e6a8177 commit fb4bd91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-push-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
INPUT_TAG: ${{ inputs.image-tag }}
FALLBACK_TAG: ${{ steps.ghd.outputs.describe }}
run: |
export IMAGE_TAG=${INPUT_TAG:-$FALLBACK_TAG}
export IMAGE_TAG=${INPUT_TAG:-$($FALLBACK_TAG | sed 's/V//')}
echo $IMAGE_TAG
echo IMAGE_TAG=$IMAGE_TAG >> $GITHUB_ENV
# - name: Build and push
Expand Down

0 comments on commit fb4bd91

Please sign in to comment.