Skip to content

Commit

Permalink
Merge branch 'main' into ap/2024127-forward-merge
Browse files Browse the repository at this point in the history
  • Loading branch information
APErebus authored Dec 17, 2024
2 parents afb6307 + 2cc0682 commit bb63d4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/octopus-publish-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
- name: Package Chart
run: helm package --version '${{ steps.version.outputs.CHART_VERSION }}' 'charts/octopus-deploy'

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
name: Upload packaged chart
with:
name: '${{ steps.version.outputs.PACKAGE_NAME }}'
Expand All @@ -86,4 +86,4 @@ jobs:
# Only push the chart for real if it's a branch build OR it's the versioning PR
- name: Push Chart
if: ${{ github.ref != 'refs/heads/main' || (github.ref == 'refs/heads/main' && startsWith(github.event.commits[0].message, 'Version Charts')) }}
run: helm push "octopusdeploy-helm-${{ steps.version.outputs.CHART_VERSION }}.tgz" oci://ghcr.io/octopusdeploy
run: helm push "octopusdeploy-helm-${{ steps.version.outputs.CHART_VERSION }}.tgz" oci://ghcr.io/octopusdeploy

0 comments on commit bb63d4b

Please sign in to comment.