diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml index 9447479..34815a2 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -15,7 +15,6 @@ jobs: runs-on: docker container: image: catthehacker/ubuntu:act-latest - options: --add-host=forgejo:10.100.0.2 steps: - uses: actions/checkout@v4 - name: Set up Python @@ -35,7 +34,6 @@ jobs: runs-on: docker container: image: catthehacker/ubuntu:act-latest - options: --add-host=forgejo:10.100.0.2 steps: - uses: actions/checkout@v4 - name: Set up Python @@ -53,7 +51,6 @@ jobs: runs-on: docker container: image: catthehacker/ubuntu:act-latest - options: --add-host=forgejo:10.100.0.2 steps: - uses: actions/checkout@v4 - name: Set up Python diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index 451f9de..ede07ab 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -14,7 +14,6 @@ jobs: runs-on: docker container: image: catthehacker/ubuntu:act-latest - options: --add-host=forgejo:10.100.0.2 steps: - uses: actions/checkout@v4 - name: Set up Python @@ -34,7 +33,6 @@ jobs: runs-on: docker container: image: catthehacker/ubuntu:act-latest - options: --add-host=forgejo:10.100.0.2 steps: - uses: actions/checkout@v4 - name: Set up Python @@ -52,7 +50,6 @@ jobs: runs-on: docker container: image: catthehacker/ubuntu:act-latest - options: --add-host=forgejo:10.100.0.2 steps: - uses: actions/checkout@v4 - name: Set up Python @@ -72,7 +69,6 @@ jobs: needs: [lint, test, type-check] container: image: catthehacker/ubuntu:act-latest - options: --add-host=forgejo:10.100.0.2 steps: - uses: actions/checkout@v4 @@ -102,7 +98,6 @@ jobs: if: github.ref == 'refs/heads/main' container: image: catthehacker/ubuntu:act-latest - options: --add-host=forgejo:10.100.0.2 env: DEPLOY_HOST: ${{ secrets.DEPLOY_HOST }} DEPLOY_USER: ${{ secrets.DEPLOY_USER || 'deploy' }}