chore: set goreleaser image
This commit is contained in:
parent
ad9bb5994e
commit
0d7b4655e4
1 changed files with 3 additions and 1 deletions
|
@ -14,6 +14,8 @@ permissions:
|
|||
jobs:
|
||||
goreleaser:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: catthehacker/ubuntu:full-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
|
@ -30,4 +32,4 @@ jobs:
|
|||
version: latest
|
||||
args: release --clean
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||
GITEA_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
Loading…
Reference in a new issue