Skip to content

Commit

Permalink
Workflow dispatch send - 6
Browse files Browse the repository at this point in the history
Sending actual date timestamp which is used as a suffix to the docker image tag.
  • Loading branch information
Mahadik, Mukul Chandrakant authored and Mahadik, Mukul Chandrakant committed Apr 26, 2024
1 parent 4b42185 commit 12d09ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/image_build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ jobs:
-H "Authorization: Bearer ${{ secrets.GH_FG_PAT_TAGS }}" \
-H "X-GitHub-Api-Version: 2022-11-28" \
https://api.github.com/repos/MukuFlash03/nrel-openpath-join-page/actions/workflows/90148778/dispatches \
-d '{"ref":"tags-dispatch", "inputs": {"docker_image_tag" : "test_tag"}}'
-d '{"ref":"tags-dispatch", "inputs": {"docker_image_tag" : "${{ steps.date.outputs.date }}"}}'

0 comments on commit 12d09ae

Please sign in to comment.