This commit is contained in:
samsep101
2026-01-05 16:02:53 +05:00
parent bf6ab2aca3
commit dc0124a3cf

View File

@@ -4,7 +4,7 @@ on: [push]
jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
@@ -45,7 +45,7 @@ jobs:
# Обновляем тег образа через Kustomize (самый надежный способ)
./kustomize edit set image drone/test=harbor.apps.kopikopi.com.ru/drone/test:${{ steps.vars.outputs.sha_short }}
cat ./*
# Альтернатива: используем yq для точного редактирования
# wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O yq
# chmod +x yq