From a6a14d5c2a7d038107fb63b110eec51e1bf55e34 Mon Sep 17 00:00:00 2001 From: Jessica Phoenix Canady Date: Sat, 20 Apr 2024 18:53:27 -0400 Subject: [PATCH] FIx broken ci syntax. --- .forgejo/workflows/deploy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index 3a091c4..e83d032 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -2,10 +2,10 @@ name: Build and Deploy on: [push] jobs: deploy: + container: + image: ghcr.io/catthehacker/ubuntu:act-22.04 steps: - uses: actions/checkout@v4 - - container: - image: ghcr.io/catthehacker/ubuntu:act-22.04 - run: | apt update apt install libc6 -y