bun init
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user