Compare commits
1 commit
6fce3d218e
...
4f40574119
| Author | SHA1 | Date | |
|---|---|---|---|
| 4f40574119 |
1 changed files with 10 additions and 0 deletions
|
|
@ -9,11 +9,19 @@ on:
|
|||
tags:
|
||||
- 'v*'
|
||||
|
||||
# Grant permissions to push packages to Forgejo Container Registry and create releases
|
||||
permissions:
|
||||
contents: write
|
||||
packages: write
|
||||
|
||||
jobs:
|
||||
build-and-push:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: catthehacker/ubuntu:act-latest
|
||||
permissions:
|
||||
contents: write
|
||||
packages: write
|
||||
steps:
|
||||
- name: Checkout Repository
|
||||
uses: actions/checkout@v4
|
||||
|
|
@ -62,6 +70,8 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: catthehacker/ubuntu:act-latest
|
||||
permissions:
|
||||
contents: write
|
||||
steps:
|
||||
- name: Checkout Repository
|
||||
uses: actions/checkout@v4
|
||||
|
|
|
|||
Reference in a new issue