bun init
This commit is contained in:
@@ -45,7 +45,7 @@ jobs:
|
|||||||
|
|
||||||
# Обновляем тег образа через Kustomize (самый надежный способ)
|
# Обновляем тег образа через Kustomize (самый надежный способ)
|
||||||
./kustomize edit set image drone/test=harbor.apps.kopikopi.com.ru/drone/test:${{ steps.vars.outputs.sha_short }}
|
./kustomize edit set image drone/test=harbor.apps.kopikopi.com.ru/drone/test:${{ steps.vars.outputs.sha_short }}
|
||||||
|
cat ./*
|
||||||
# Альтернатива: используем yq для точного редактирования
|
# Альтернатива: используем yq для точного редактирования
|
||||||
# wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O yq
|
# wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O yq
|
||||||
# chmod +x yq
|
# chmod +x yq
|
||||||
|
|||||||
Reference in New Issue
Block a user