From 08dbac5919ac328c6145050d6d5c7908917ca733 Mon Sep 17 00:00:00 2001 From: Javier Salmeron Garcia Date: Tue, 21 May 2024 10:36:24 +0200 Subject: [PATCH] ci: :construction_worker: :ambulance: Add missing clone Signed-off-by: Javier Salmeron Garcia --- .github/workflows/cd-pipeline.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/cd-pipeline.yml b/.github/workflows/cd-pipeline.yml index f45800b59c3711..ed139bd1ba8d73 100644 --- a/.github/workflows/cd-pipeline.yml +++ b/.github/workflows/cd-pipeline.yml @@ -174,6 +174,10 @@ jobs: name: Push tag if: ${{ needs.get-chart.outputs.result == 'ok' }} steps: + - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 + with: + path: charts + fetch-depth: 2 # to be able to obtain files changed in the latest commit - id: push-tag name: 'Push tag' env: