mirror of
https://github.com/grassrootseconomics/cic-custodial.git
synced 2024-11-21 05:56:45 +01:00
ci: fix outputs
This commit is contained in:
parent
04e5d3c20f
commit
0235f25f81
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@ -39,7 +39,7 @@ jobs:
|
||||
- name: Set outputs
|
||||
run: |
|
||||
echo "RELEASE_TAG=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV \
|
||||
echo "RELEASE_SHORT_COMMIT=$(git rev-parse --short HEAD)" >> $GITHUB_ENV
|
||||
&& echo "RELEASE_SHORT_COMMIT=$(git rev-parse --short HEAD)" >> $GITHUB_ENV
|
||||
|
||||
- name: Build and push image
|
||||
uses: docker/build-push-action@v2
|
||||
|
Loading…
Reference in New Issue
Block a user