Run on a specific container image.
Some checks failed
Build and Deploy / deploy (push) Failing after 0s

This commit is contained in:
Jessica Canady 2024-04-20 18:51:43 -04:00
parent 112d8557a7
commit 1eb92bcdef

View file

@ -4,6 +4,8 @@ jobs:
deploy:
steps:
- uses: actions/checkout@v4
- container:
image: ghcr.io/catthehacker/ubuntu:act-22.04
- run: |
apt update
apt install libc6 -y