Skip to content

Commit f1f84db

Browse files
committed
push to github based on github tag
1 parent 63fe878 commit f1f84db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-hub-image.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,6 @@ jobs:
8383
with:
8484
context: .
8585
file: ${{ matrix.dockerfile }}
86-
push: ${{ ! startsWith(github.ref, 'refs/tags/') }} && github.event_name != 'pull_request'
86+
push: ${{ ! startsWith(github.ref, 'refs/tags/') }}
8787
tags: ${{ steps.meta-tag.outputs.tags }}
8888
labels: ${{ steps.meta-tag.outputs.labels }}

0 commit comments

Comments
 (0)