Skip to content

Commit

Permalink
Trying to make publish_crate -> publish_docker_image
Browse files Browse the repository at this point in the history
  • Loading branch information
detro committed Oct 4, 2023
1 parent 865444f commit 3eb7565
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/hub.docker.com-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]+*'

Expand Down

0 comments on commit 3eb7565

Please sign in to comment.