Fix typo in CI workflow (#254)

This commit was merged in pull request #254.
This commit is contained in:
2023-09-01 01:10:40 +08:00
committed by GitHub
parent 6470bf2f01
commit 35fc6a7490
+1 -1
View File
@@ -37,7 +37,7 @@ jobs:
name: Output SHA and version tag
run: |
echo sha=$(echo ${GITHUB_SHA:0:7}) >> "$GITHUB_OUTPUT"
echo tag=$(echo ${GITHUB_REF#refs/tags/}) >> "$GITHUB_OUTPUT""
echo tag=$(echo ${GITHUB_REF#refs/tags/}) >> "$GITHUB_OUTPUT"
- name: Build and tag Docker image
run: |
docker build . \