remove fetch-depth

This commit is contained in:
Mikio Stewart 2024-07-11 12:34:11 -07:00
parent b8a280e3a9
commit fafa5a285a

View file

@ -194,7 +194,6 @@ jobs:
uses: actions/checkout@v4
with:
ref: ${{ github.event.inputs.commit_hash }}
fetch-depth: 0
- name: Log in to the Container registry
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
@ -244,7 +243,7 @@ jobs:
name: ${{ env.CHART_NAME }}
repository: ${{ env.REPO_OWNER }}
tag: ${{ github.event.inputs.chartVersion || steps.bump_version.outputs.next-version || '0.1.0' }}
app_version: ${{ steps.current_app_tag.outputs.latest_tag || 'latest' }}
app_version: ${{ steps.current_app_tag.outputs.latest_tag }}
path: deploy/charts/${{ env.CHART_NAME }}
registry: ${{ env.REGISTRY }}
registry_username: ${{ github.actor }}