ci(forgejo): use catthehacker/ubuntu:act-latest container image
This commit is contained in:
parent
a3fd5f212e
commit
10a7841f22
1 changed files with 4 additions and 0 deletions
|
|
@ -12,6 +12,8 @@ on:
|
|||
jobs:
|
||||
build-and-push:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: catthehacker/ubuntu:act-latest
|
||||
steps:
|
||||
- name: Checkout Repository
|
||||
uses: actions/checkout@v4
|
||||
|
|
@ -51,6 +53,8 @@ jobs:
|
|||
needs: build-and-push
|
||||
if: (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/master') || startsWith(github.ref, 'refs/tags/v')
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: catthehacker/ubuntu:act-latest
|
||||
steps:
|
||||
- name: Checkout Repository
|
||||
uses: actions/checkout@v4
|
||||
|
|
|
|||
Reference in a new issue