diff --git a/.forgejo/workflows/ingress-nginx.yaml b/.forgejo/workflows/ingress-nginx.yaml index 4847e8c..65169cc 100644 --- a/.forgejo/workflows/ingress-nginx.yaml +++ b/.forgejo/workflows/ingress-nginx.yaml @@ -8,9 +8,7 @@ on: jobs: ingress-nginx: runs-on: docker - container: - image: catthehacker/ubuntu:act-24.04 - force_pull: true + container: catthehacker/ubuntu:act-24.04 steps: - name: Check out repository code uses: actions/checkout@v6