FIx broken ci syntax.
All checks were successful
Build and Deploy / deploy (push) Successful in 2m51s

This commit is contained in:
Jessica Canady 2024-04-20 18:53:27 -04:00
parent 1eb92bcdef
commit a6a14d5c2a

View file

@ -2,10 +2,10 @@ name: Build and Deploy
on: [push] on: [push]
jobs: jobs:
deploy: deploy:
container:
image: ghcr.io/catthehacker/ubuntu:act-22.04
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- container:
image: ghcr.io/catthehacker/ubuntu:act-22.04
- run: | - run: |
apt update apt update
apt install libc6 -y apt install libc6 -y