Skip to content

Commit

Permalink
Reference main, not dev for helm charts
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverguenther authored Oct 10, 2024
1 parent 5251617 commit d9f275d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -324,4 +324,4 @@ jobs:
curl -i --fail-with-body -H"authorization: Bearer $TOKEN" \
-XPOST -H"Accept: application/vnd.github.v3+json" \
https://api.github.com/repos/$REPOSITORY/actions/workflows/$WORKFLOW_ID/dispatches \
-d '{"ref": "dev", "inputs": { "tag" : "${{ needs.setup.outputs.version }}" }}'
-d '{"ref": "main", "inputs": { "tag" : "${{ needs.setup.outputs.version }}" }}'

0 comments on commit d9f275d

Please sign in to comment.