mirror of
https://code.forgejo.org/forgejo/runner.git
synced 2025-08-01 17:38:36 +00:00
Merge pull request 'fix: use data.forgejo.org/oci' (#436) from earl-warren/runner:wip-default into main
Reviewed-on: https://code.forgejo.org/forgejo/runner/pulls/436 Reviewed-by: Michael Kriese <michael.kriese@gmx.de>
This commit is contained in:
commit
3b56c3e8f1
4 changed files with 5 additions and 5 deletions
|
@ -24,7 +24,7 @@ jobs:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- id: forgejo
|
- id: forgejo
|
||||||
uses: https://code.forgejo.org/actions/setup-forgejo@v2.0.5
|
uses: https://data.forgejo.org/actions/setup-forgejo@v2.0.5
|
||||||
with:
|
with:
|
||||||
user: root
|
user: root
|
||||||
password: admin1234
|
password: admin1234
|
||||||
|
|
|
@ -71,7 +71,7 @@ jobs:
|
||||||
|
|
||||||
- name: build without TOKEN
|
- name: build without TOKEN
|
||||||
if: ${{ secrets.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:
|
with:
|
||||||
forgejo: "${{ env.GITHUB_SERVER_URL }}"
|
forgejo: "${{ env.GITHUB_SERVER_URL }}"
|
||||||
owner: "${{ env.GITHUB_REPOSITORY_OWNER }}"
|
owner: "${{ env.GITHUB_REPOSITORY_OWNER }}"
|
||||||
|
@ -88,7 +88,7 @@ jobs:
|
||||||
|
|
||||||
- name: build with TOKEN
|
- name: build with TOKEN
|
||||||
if: ${{ secrets.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:
|
with:
|
||||||
forgejo: "${{ env.GITHUB_SERVER_URL }}"
|
forgejo: "${{ env.GITHUB_SERVER_URL }}"
|
||||||
owner: "${{ env.GITHUB_REPOSITORY_OWNER }}"
|
owner: "${{ env.GITHUB_REPOSITORY_OWNER }}"
|
||||||
|
|
|
@ -28,7 +28,7 @@ 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.3.0
|
uses: https://code.forgejo.org/forgejo/forgejo-build-publish/publish@v5.3.1
|
||||||
with:
|
with:
|
||||||
from-forgejo: ${{ secrets.FORGEJO }}
|
from-forgejo: ${{ secrets.FORGEJO }}
|
||||||
to-forgejo: ${{ secrets.FORGEJO }}
|
to-forgejo: ${{ secrets.FORGEJO }}
|
||||||
|
|
|
@ -91,7 +91,7 @@ const (
|
||||||
)
|
)
|
||||||
|
|
||||||
var defaultLabels = []string{
|
var defaultLabels = []string{
|
||||||
"docker:docker://node:20-bullseye",
|
"docker:docker://data.forgejo.org/oci/node:20-bullseye",
|
||||||
}
|
}
|
||||||
|
|
||||||
type registerInputs struct {
|
type registerInputs struct {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue