Fix typo in CI image build, simplify step (#142)
This commit is contained in:
parent
9196c449f0
commit
29c5d04159
4
.github/workflows/publish.yaml
vendored
4
.github/workflows/publish.yaml
vendored
@ -11,8 +11,8 @@ jobs:
|
|||||||
- id: vars
|
- id: vars
|
||||||
name: Output SHA and version tag
|
name: Output SHA and version tag
|
||||||
run: |
|
run: |
|
||||||
echo sha=$(echo ${GITHUB_SHA:0:7}) >> "$GITHUB_OUTPUT"
|
echo "sha=${GITHUB_SHA:0:7}" >> $GITHUB_OUTPUT
|
||||||
echo tag=$(echo ${GITHUB_REF#refs/tags/}) >> "$GITHUB_OUTPUT""
|
echo "tag=${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT
|
||||||
- name: Build and tag image
|
- name: Build and tag image
|
||||||
run: |
|
run: |
|
||||||
docker build . \
|
docker build . \
|
||||||
|
Loading…
Reference in New Issue
Block a user