We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63fe878 commit f1f84dbCopy full SHA for f1f84db
.github/workflows/docker-hub-image.yml
@@ -83,6 +83,6 @@ jobs:
83
with:
84
context: .
85
file: ${{ matrix.dockerfile }}
86
- push: ${{ ! startsWith(github.ref, 'refs/tags/') }} && github.event_name != 'pull_request'
+ push: ${{ ! startsWith(github.ref, 'refs/tags/') }}
87
tags: ${{ steps.meta-tag.outputs.tags }}
88
labels: ${{ steps.meta-tag.outputs.labels }}
0 commit comments