We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecdf584 commit 6fb4209Copy full SHA for 6fb4209
.github/workflows/container.yaml
@@ -26,7 +26,7 @@ jobs:
26
id: semver
27
run: |
28
SEMVER_VERSION=$(echo "${{ github.event.inputs.tag }}" | sed -E 's/liwan-v//')
29
- echo "SEMVER_VERSION=$SEMVER_VERSION" >> $GITHUB_OUTPUT
+ echo "SEMVER_VERSION=${SEMVER_VERSION}" >> "$GITHUB_OUTPUT"
30
- name: Setup Docker Metadata
31
uses: docker/metadata-action@v5
32
id: meta
0 commit comments