docker-red-discordbot icon indicating copy to clipboard operation
docker-red-discordbot copied to clipboard

demo

Open Drapersniper opened this issue 1 year ago • 0 comments

You still need to do the following:

1 - Create a docker image based on the tag. 2 - Add the repo secrets 3 - Look at https://github.com/docker/metadata-action for automated Docker tags 4 - Look at a https://github.com/orgs/community/discussions/26323 for making the Red repo trigger the workflow here on commit

  • Jack would need to add the following to the "on-commit" job on Reds repo
run: |
curl -XPOST -u "${{ secrets.PAT_USERNAME}}:${{secrets.PAT_TOKEN}}" -H "Accept: application/vnd.github.everest-preview+json" -H "Content-Type: application/json" https://api.github.com/repos/PhasecoreX/docker-red-discordbot/dispatches --data '{"event_type": "build_application", "client_payload": {"sha": "${{ github.sha }}"} }'

Drapersniper avatar Jan 15 '23 16:01 Drapersniper