diff --git a/.gitea/workflows/build-container.yaml b/.gitea/workflows/build-container.yaml index f273dc3..737e08d 100644 --- a/.gitea/workflows/build-container.yaml +++ b/.gitea/workflows/build-container.yaml @@ -47,6 +47,9 @@ jobs: echo "=== Trying to curl gitea by IP ===" curl -v http://172.18.0.6:3000 || true + - name: Add gitea to /etc/hosts + run: echo "172.18.0.6 gitea" | sudo tee -a /etc/hosts + - name: Checkout repository uses: actions/checkout@v4