diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index bb6c30e..4b5a54d 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -7,6 +7,8 @@ on: jobs: build-and-deploy: runs-on: ubuntu-latest + container: + image: catthehacker/ubuntu:act-latest steps: - name: Checkout uses: actions/checkout@v3