From 06b9a3a3ec842998bc3317ef3c7f39941307118f Mon Sep 17 00:00:00 2001 From: samsep101 Date: Mon, 5 Jan 2026 15:36:03 +0500 Subject: [PATCH] bun init --- .gitea/workflows/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 0ca3714..60654e6 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -9,14 +9,14 @@ jobs: - name: Checkout uses: actions/checkout@v4 - - name: Build and push with Kaniko (FIXED TAGS) + - name: Build and push with Kaniko uses: aevea/action-kaniko@master with: registry: harbor.apps.kopikopi.com.ru username: ${{ secrets.HARBOR_USERNAME }} password: ${{ secrets.HARBOR_PASSWORD }} image: drone/test - tags: ${{ gitea.sha }} # Добавляем main и latest + tag: latest # Добавляем main и latest context: . dockerfile: Dockerfile cache: true