This commit is contained in:
samsep101
2026-01-05 15:36:03 +05:00
parent 8a34e2c463
commit 06b9a3a3ec

View File

@@ -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