This commit is contained in:
parent
aeac09fb34
commit
a710a49ce2
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ jobs:
|
|||
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
|
||||
echo "::set-output name=point-release::${{ env.POINT_RELEASE }}"
|
||||
echo "::set-output name=point-release::$POINT_RELEASE }}"
|
||||
- name: Build and push image
|
||||
if: env.PUSHED == 'true' || steps.check.outputs.differs == 'true'
|
||||
uses: docker/build-push-action@v5
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue