We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b94687a commit bfa1797Copy full SHA for bfa1797
.github/workflows/build.yml
@@ -38,7 +38,7 @@ jobs:
38
- name: Set version of the images
39
run: |
40
if [[ "${{ github.ref_name }}" =~ ^v[0-9] ]]; then
41
- echo "VERSION="${{ github.ref_name }}" >> $GITHUB_ENV
+ echo "VERSION=${{ github.ref_name }}" >> $GITHUB_ENV
42
fi
43
if [ "${{ github.event.inputs.version }}" != "latest" ]; then
44
echo "VERSION=${{ github.event.inputs.version }}" >> $GITHUB_ENV
0 commit comments