Docker workflow fixed #1

Merged
artem merged 12 commits from workflow-debugging into main 2026-01-19 10:27:05 +03:00
Showing only changes of commit d2059c39f5 - Show all commits

View File

@@ -47,6 +47,9 @@ jobs:
echo "=== Trying to curl gitea by IP ===" echo "=== Trying to curl gitea by IP ==="
curl -v http://172.18.0.6:3000 || true 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 - name: Checkout repository
uses: actions/checkout@v4 uses: actions/checkout@v4