solvaholic / octodns-sync

GitHub Action to test and deploy DNS settings with OctoDNS
MIT License
28 stars 14 forks source link

Give docker push a manual trigger #26

Closed solvaholic closed 3 years ago

solvaholic commented 3 years ago

Give docker push a manual trigger and finish s/master/main

It's been twitching me a bit that git push may result in a Docker image being pushed from this repo.

To enable manual runs I added a workflow_dispatch to the Docker workflow's on.

To let manual runs push images, I replaced the push trigger in jobs.push-image.if with workflow_dispatch.