|
|
|
@ -11,7 +11,7 @@ concurrency:
|
|
|
|
|
|
|
|
|
|
jobs:
|
|
|
|
|
binary:
|
|
|
|
|
runs-on: nscloud
|
|
|
|
|
runs-on: namespace-profile-gitea-release-binary
|
|
|
|
|
steps:
|
|
|
|
|
- uses: actions/checkout@v4
|
|
|
|
|
# fetch all commits instead of only the last as some branches are long lived and could have many between versions
|
|
|
|
@ -68,7 +68,7 @@ jobs:
|
|
|
|
|
env:
|
|
|
|
|
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
|
|
|
|
|
docker-rootful:
|
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
|
runs-on: namespace-profile-gitea-release-docker
|
|
|
|
|
steps:
|
|
|
|
|
- uses: actions/checkout@v4
|
|
|
|
|
# fetch all commits instead of only the last as some branches are long lived and could have many between versions
|
|
|
|
@ -99,7 +99,7 @@ jobs:
|
|
|
|
|
tags: ${{ steps.meta.outputs.tags }}
|
|
|
|
|
labels: ${{ steps.meta.outputs.labels }}
|
|
|
|
|
docker-rootless:
|
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
|
runs-on: namespace-profile-gitea-release-docker
|
|
|
|
|
steps:
|
|
|
|
|
- uses: actions/checkout@v4
|
|
|
|
|
# fetch all commits instead of only the last as some branches are long lived and could have many between versions
|
|
|
|
|