Skip to content

Commit

Permalink
fix(ci): docker workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
madonuko authored May 25, 2024
1 parent 132808d commit e67a03b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ on:
push:
branches: [ "master" ]
# Publish semver tags as releases.
tags: [ 'v*.*.*' ]
tags: [ 'v*' ]
pull_request:
branches: [ "master" ]
workflow_dispatch:

env:
# Use docker.io for Docker Hub if empty
Expand Down

0 comments on commit e67a03b

Please sign in to comment.