Fix typo in CI workflow (#254)
This commit was merged in pull request #254.
This commit is contained in:
@@ -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 . \
|
||||
|
||||
Reference in New Issue
Block a user