Closed sreuland closed 1 year ago
LGTM, but isn’t this already implied by the “on: push: master” at the top of the Action?
this filters out some PR events, otherwise pr's from remote repos, were falling into dockerhub push also, and intent was to only allow pr's from same repo(not forks) or master pushes to result in push to docker hub also
need the pr merge event to trigger the dockerhub publish step