mirror of https://code.forgejo.org/forgejo/runner
chore(release): fix the link to the release notes
parent
5a14247c19
commit
477e949997
|
@ -28,13 +28,14 @@ jobs:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: copy & sign
|
- name: copy & sign
|
||||||
uses: https://code.forgejo.org/forgejo/forgejo-build-publish/publish@v5
|
uses: https://code.forgejo.org/forgejo/forgejo-build-publish/publish@v5.2.0
|
||||||
with:
|
with:
|
||||||
from-forgejo: ${{ secrets.FORGEJO }}
|
from-forgejo: ${{ secrets.FORGEJO }}
|
||||||
to-forgejo: ${{ secrets.FORGEJO }}
|
to-forgejo: ${{ secrets.FORGEJO }}
|
||||||
from-owner: ${{ secrets.FROM_OWNER }}
|
from-owner: ${{ secrets.FROM_OWNER }}
|
||||||
to-owner: ${{ secrets.TO_OWNER }}
|
to-owner: ${{ secrets.TO_OWNER }}
|
||||||
repo: "runner"
|
repo: "runner"
|
||||||
|
release-notes: "See https://code.forgejo.org/forgejo/runner/src/branch/main/RELEASE-NOTES.md#{ANCHOR}"
|
||||||
ref-name: ${{ github.ref_name }}
|
ref-name: ${{ github.ref_name }}
|
||||||
sha: ${{ github.sha }}
|
sha: ${{ github.sha }}
|
||||||
container-suffixes: " "
|
container-suffixes: " "
|
||||||
|
|
|
@ -1,5 +1,9 @@
|
||||||
# Release Notes
|
# Release Notes
|
||||||
|
|
||||||
|
## 5.0.4
|
||||||
|
|
||||||
|
* Define FORGEJO_TOKEN as an alias to GITHUB_TOKEN
|
||||||
|
|
||||||
## 5.0.3
|
## 5.0.3
|
||||||
|
|
||||||
* [Fixes a regression](https://code.forgejo.org/forgejo/runner/pulls/354) that was introduced in version 5.0.0 by which it was no longer possible to mount the docker socket in each container by specifying `[container].docker_host = ""`. This is now implemented when `[container].docker_host = "automount"` is specified.
|
* [Fixes a regression](https://code.forgejo.org/forgejo/runner/pulls/354) that was introduced in version 5.0.0 by which it was no longer possible to mount the docker socket in each container by specifying `[container].docker_host = ""`. This is now implemented when `[container].docker_host = "automount"` is specified.
|
||||||
|
|
Loading…
Reference in New Issue