This commit is contained in:
parent
830b3cae1f
commit
2dec1eedf8
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ jobs:
|
|||
id: point_release
|
||||
if: env.PUSHED == 'true' || steps.check.outputs.differs == 'true'
|
||||
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
|
||||
- name: Build and push image
|
||||
if: env.PUSHED == 'true' || steps.check.outputs.differs == 'true'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue