Add container image for CI workflow execution
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:
parent
f5220aa6d3
commit
0667dbbaba
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue