use ubuntu-latest for release
This commit is contained in:
parent
aceefb7462
commit
fae823d116
1 changed files with 2 additions and 4 deletions
|
@ -41,7 +41,7 @@ jobs:
|
||||||
container:
|
container:
|
||||||
image: alpine:latest
|
image: alpine:latest
|
||||||
env:
|
env:
|
||||||
CI_ALPINE_REPO: 'https://ayakael.net/api/packages/forge/rpm'
|
CI_RPM_REPO: 'https://ayakael.net/api/packages/forge/rpm'
|
||||||
FORGE_REPO_TOKEN: ${{ secrets.FORGE_REPO_TOKEN }}
|
FORGE_REPO_TOKEN: ${{ secrets.FORGE_REPO_TOKEN }}
|
||||||
FORGE_REPO_USER: ${{ vars.FORGE_REPO_USER }}
|
FORGE_REPO_USER: ${{ vars.FORGE_REPO_USER }}
|
||||||
steps:
|
steps:
|
||||||
|
@ -57,10 +57,8 @@ jobs:
|
||||||
needs: [release-build]
|
needs: [release-build]
|
||||||
runs-on: x86_64
|
runs-on: x86_64
|
||||||
container:
|
container:
|
||||||
image: alpine:latest
|
image: ubuntu:latest
|
||||||
steps:
|
steps:
|
||||||
- name: Setting up environment
|
|
||||||
run: apk add nodejs curl findutils git gawk bash
|
|
||||||
- name: Package download
|
- name: Package download
|
||||||
uses: forgejo/download-artifact@v3
|
uses: forgejo/download-artifact@v3
|
||||||
- name: Release creation
|
- name: Release creation
|
||||||
|
|
Loading…
Reference in a new issue