We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78f4774 commit cc9e49fCopy full SHA for cc9e49f
.github/workflows/main.yml
@@ -53,6 +53,7 @@ jobs:
53
54
docker:
55
runs-on: ubuntu-latest
56
+ if: github.event.action == 'push' && github.event.ref_type == 'tag'
57
steps:
58
-
59
name: Login to Docker Hub
0 commit comments