Update build act container to Ubuntu 24.04
Some checks failed
Build & Release / build-docker-image (push) Successful in 4m4s
Build & Release / deploy-to-production (push) Failing after 5s

This commit is contained in:
2026-02-17 14:30:45 +01:00
parent 3a0225e635
commit 6758d1f0bf

View File

@@ -17,7 +17,7 @@ jobs:
build-docker-image: build-docker-image:
runs-on: node20 runs-on: node20
container: container:
image: catthehacker/ubuntu:act-20.04 image: catthehacker/ubuntu:act-24.04
steps: steps:
- name: Checkout Docker file - name: Checkout Docker file
uses: actions/checkout@v4 uses: actions/checkout@v4