Docker host TCP olarak ayarlandi
Some checks failed
Harita Build ve Deploy / build-and-deploy (push) Failing after 9s

This commit is contained in:
gitmuhammedalbayrak
2025-11-20 01:18:37 +03:00
parent 6f02ce838f
commit 46a139c39d

View File

@@ -5,6 +5,14 @@ on: [push]
jobs:
build-and-deploy:
runs-on: ubuntu-latest # Senin kurduğun Act Runner burada devreye girecek
# --- BU KISMI EKLE (BAŞLANGIÇ) ---
# İşçiye Docker'ın nerede olduğunu söylüyoruz
container:
image: catthehacker/ubuntu:act-latest
env:
DOCKER_HOST: tcp://localhost:2375
DOCKER_TLS_CERTDIR: ""
# --- BU KISMI EKLE (BİTİŞ) ---
steps:
- name: Kodu Çek (Checkout)
uses: actions/checkout@v3