diff --git a/.github/workflows/hub.docker.com-publish.yml b/.github/workflows/hub.docker.com-publish.yml index 1f52798..c4cc16d 100644 --- a/.github/workflows/hub.docker.com-publish.yml +++ b/.github/workflows/hub.docker.com-publish.yml @@ -22,8 +22,8 @@ jobs: # and the workflow ref was a "version tag" of the format "vX.Y.Z" if: | github.event.workflow_run.conclusion == 'success' - && - github.ref_type == 'tag' +# && +# github.ref_type == 'tag' # && # github.ref_name == 'v[0-9]+.[0-9]+.[0-9]+*'