Add container image for CI workflow execution
Some checks failed
/ CI (push) Successful in 12s
/ CD (push) Failing after 3s

This updates the CI workflow to run within a specified container image. The `ghcr.io/catthehacker/ubuntu:act-22.04` image ensures consistency and reproducibility in the CI environment.
This commit is contained in:
Lars 2024-12-25 14:50:31 +01:00
parent f5220aa6d3
commit 0667dbbaba

View file

@ -32,6 +32,9 @@ jobs:
runs-on: docker runs-on: docker
needs: ci needs: ci
container:
image: ghcr.io/catthehacker/ubuntu:act-22.04
steps: steps:
- name: Download Artifact - name: Download Artifact
uses: actions/download-artifact@v3 uses: actions/download-artifact@v3