Update ci.yaml
This commit is contained in:
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -152,7 +152,7 @@ jobs:
|
|||||||
- name: Set short SHA
|
- name: Set short SHA
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
echo "DOCKER_SHORT_TAG=${${{ github.sha }}:0:7}" >> $GITHUB_ENV
|
echo "DOCKER_SHORT_TAG=${${{ github.sha }}:0:7}" >> "$GITHUB_ENV"
|
||||||
- name: Run GoReleaser
|
- name: Run GoReleaser
|
||||||
uses: goreleaser/goreleaser-action@v5
|
uses: goreleaser/goreleaser-action@v5
|
||||||
with:
|
with:
|
||||||
|
Reference in New Issue
Block a user