Skip to content

Commit

Permalink
pipeline: push temp version
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorisFeddema committed Aug 5, 2024
1 parent 8eb3f4a commit 8215cae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,5 @@ jobs:
run: |
version=$(yq eval ".version" charts/${{ matrix.chart }}/Chart.yaml)
yq e -i '.version = "env(version)-${{ github.base_ref }}.${{ github.run_id }}"' charts/${{ matrix.chart }}/Chart.yaml
echo "Pushing chart ${{ matrix.chart }} with version $version-${{ github.ref }}.${{ github.run_id }}"
echo "Pushing chart ${{ matrix.chart }} with version $version-${{ github.head_ref }}.${{ github.run_id }}"
# helm push "${{ matrix.chart }}" "oci://ghcr.io/${{ github.repository }}"

0 comments on commit 8215cae

Please sign in to comment.