fix: upgrade forgejo-build-publish/build@v5.3.1

So that it does not use docker.io
pull/436/head
Earl Warren 2025-01-15 16:00:11 +01:00
parent ee7b68842d
commit 6567e23ca0
No known key found for this signature in database
GPG Key ID: 0579CB2928A78A00
2 changed files with 3 additions and 3 deletions

View File

@ -71,7 +71,7 @@ jobs:
- name: build without TOKEN
if: ${{ secrets.TOKEN == '' }}
uses: https://code.forgejo.org/forgejo/forgejo-build-publish/build@v5
uses: https://code.forgejo.org/forgejo/forgejo-build-publish/build@v5.3.1
with:
forgejo: "${{ env.GITHUB_SERVER_URL }}"
owner: "${{ env.GITHUB_REPOSITORY_OWNER }}"
@ -88,7 +88,7 @@ jobs:
- name: build with TOKEN
if: ${{ secrets.TOKEN != '' }}
uses: https://code.forgejo.org/forgejo/forgejo-build-publish/build@v5
uses: https://code.forgejo.org/forgejo/forgejo-build-publish/build@v5.3.1
with:
forgejo: "${{ env.GITHUB_SERVER_URL }}"
owner: "${{ env.GITHUB_REPOSITORY_OWNER }}"

View File

@ -28,7 +28,7 @@ jobs:
- uses: actions/checkout@v4
- name: copy & sign
uses: https://code.forgejo.org/forgejo/forgejo-build-publish/publish@v5.3.0
uses: https://code.forgejo.org/forgejo/forgejo-build-publish/publish@v5.3.1
with:
from-forgejo: ${{ secrets.FORGEJO }}
to-forgejo: ${{ secrets.FORGEJO }}