Closed petewasher closed 3 years ago
Merges the test action and publish action to fix #4
test
publish
Requires three secrets to be setup:
DOCKERHUB_USERNAME
DOCKERHUB_TOKEN
DOCKERHUB_NAMESPACE
pwasher/my-image
Merges the
test
action andpublish
action to fix #4Requires three secrets to be setup:
DOCKERHUB_USERNAME
- username for dockerhubDOCKERHUB_TOKEN
- access token for usernameDOCKERHUB_NAMESPACE
- might be the same as username. e.g. repository at dockerhub might bepwasher/my-image
where pwasher what I'm calling namespace.