Remove --add-host options line
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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' }}
|
||||
|
||||
Reference in New Issue
Block a user