Skip to content

Commit 552efb2

Browse files
Re-enable helm push
1 parent 908353d commit 552efb2

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/docker-release.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,7 @@ jobs:
6262
REPOSITORY: opf/helm-charts
6363
WORKFLOW_ID: core_release.yml
6464
run: |
65-
# FIXME: re-enable once workflows are confirmed to be doing the right thing
66-
echo "Would have triggered helm charts release with tag: ${{ needs.compute-inputs.outputs.tag }}"
67-
exit 0
6865
curl -i --fail-with-body -H"authorization: Bearer $TOKEN" \
6966
-XPOST -H"Accept: application/vnd.github.v3+json" \
7067
https://api.github.com/repos/$REPOSITORY/actions/workflows/$WORKFLOW_ID/dispatches \
71-
-d '{"ref": "main", "inputs": { "tag" : "${{ needs.compute-inputs.outputs.tag }}" }}'
68+
-d '{"ref": "main", "inputs": { "tag" : "${{ needs.compute-inputs.outputs.tag }}" }}'

0 commit comments

Comments
 (0)