From c7e673d86ae22194e23c5ac7239f13b53645474c Mon Sep 17 00:00:00 2001 From: gitmuhammedalbayrak Date: Thu, 20 Nov 2025 02:58:40 +0300 Subject: [PATCH] =?UTF-8?q?Yeni=20sistem.=20Docker=20etab=C4=B1.=20Test=20?= =?UTF-8?q?iki.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/deploy.yaml | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 630fa37..561e1bd 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -1,24 +1,20 @@ -name: Harita Build ve Push -run-name: ${{ gitea.actor }} Harita Build ve Push 🟢 +name: Harita Build ve Deploy +run-name: ${{ gitea.actor }} Harita Yayınlanıyor 🟢 on: [push] jobs: build-and-deploy: runs-on: ubuntu-latest - env: - DOCKER_HOST: unix:///var/run/dind-socket-dir/docker.sock # Socket Fix - DOCKER_TLS_CERTDIR: "" - + # DOCKER_HOST tanımı KALDIRILDI! steps: - name: Kodu Çek (Checkout) uses: actions/checkout@v3 - # Docker motorunu (Buildx) hazırlar + # Sadece Docker'ı başlatmak kalıyor - name: Docker Buildx Kurulumu uses: docker/setup-buildx-action@v3 - # Registry'ye giriş yapar (Token Fix) - name: Docker Login (Gitea Registry) uses: docker/login-action@v3 with: @@ -26,7 +22,6 @@ jobs: username: gitea_admin password: ${{ secrets.REGISTRY_TOKEN }} - # İmajı Derle ve Gitea Registry'ye Yükle (PUSH) - name: Docker Build ve Push uses: docker/build-push-action@v5 with: @@ -34,8 +29,4 @@ jobs: push: true tags: git.konstantiniyye.studio/gitea_admin/dogu:latest cache-from: type=gha - cache-to: type=gha,mode=max - - # ----------------------------------------------------------------- - # CD ADIMLARI YARINA ERTELENDİ - # ----------------------------------------------------------------- \ No newline at end of file + cache-to: type=gha,mode=max \ No newline at end of file