ci(forgejo): use catthehacker/ubuntu:act-latest container image
Some checks failed
Build, Push, and Release / create-release (push) Has been skipped
Build, Push, and Release / build-and-push (push) Failing after 15s

This commit is contained in:
Tibo De Peuter 2026-08-18 18:34:15 +02:00
parent a3fd5f212e
commit 10a7841f22

View file

@ -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