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