Fix typo in CI workflow (#254)
This commit is contained in:
parent
6470bf2f01
commit
35fc6a7490
2
.github/workflows/on-pr-publish.yaml
vendored
2
.github/workflows/on-pr-publish.yaml
vendored
@ -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 . \
|
||||
|
Loading…
Reference in New Issue
Block a user