Skip to content

Commit a55df62

Browse files
authored
Fix to require docker-push on version bump #79 (#80)
1 parent 6f4e1cf commit a55df62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
# Push Docker images
2424
docker-push:
2525
runs-on: ubuntu-latest
26-
if: contains(github.ref, 'refs/tags')
26+
if: contains(github.ref, 'refs/tags/v')
2727
steps:
2828
- name: Checkout
2929
uses: actions/checkout@v2

0 commit comments

Comments
 (0)