Fix point release output
Some checks failed
/ Build image (push) Failing after 8s

This commit is contained in:
Marko Korhonen 2024-02-28 12:43:07 +02:00
parent 830b3cae1f
commit 2dec1eedf8
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890

View file

@ -37,7 +37,7 @@ jobs:
id: point_release id: point_release
if: env.PUSHED == 'true' || steps.check.outputs.differs == 'true' if: env.PUSHED == 'true' || steps.check.outputs.differs == 'true'
run: | run: |
echo "POINT_RELEASE=$(skopeo inspect docker://codeberg.org/forgejo/forgejo:${{ FORGEJO_VERSION }} | jq -r '.RepoTags | last' | cut -d '-' -f 1)" >> $GITHUB_ENV POINT_RELEASE="$(skopeo inspect docker://codeberg.org/forgejo/forgejo:${{ FORGEJO_VERSION }} | jq -r '.RepoTags | last' | cut -d '-' -f 1)"
echo "point_release=$POINT_RELEASE" >> $GITHUB_OUTPUT echo "point_release=$POINT_RELEASE" >> $GITHUB_OUTPUT
- name: Build and push image - name: Build and push image
if: env.PUSHED == 'true' || steps.check.outputs.differs == 'true' if: env.PUSHED == 'true' || steps.check.outputs.differs == 'true'