ci: use catthehacker image
All checks were successful
Build and Sign Extension / build-sign-release (push) Successful in 2m34s

This commit is contained in:
Tibo De Peuter 2026-08-08 18:03:39 +02:00
parent c00155c0d8
commit e699289a3d
No known key found for this signature in database
GPG key ID: 9187B5FA0F4B6F6D

View file

@ -8,6 +8,8 @@ on:
jobs: jobs:
build-sign-release: build-sign-release:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container:
image: catthehacker/ubuntu:act-latest
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: https://github.com/actions/checkout@v4 uses: https://github.com/actions/checkout@v4