mirror of
https://github.com/bitnami/charts.git
synced 2026-03-11 15:37:20 +08:00
ci: 👷 🚑 Add missing clone
Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com>
This commit is contained in:
4
.github/workflows/cd-pipeline.yml
vendored
4
.github/workflows/cd-pipeline.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user