We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd321bf commit b35b6a0Copy full SHA for b35b6a0
1 file changed
.github/workflows/docker-image.yml
@@ -64,6 +64,7 @@ jobs:
64
uses: docker/setup-buildx-action@v3
65
66
- name: Login to Docker Hub
67
+ if: ${{ github.event_name == 'workflow_dispatch' || startsWith(github.ref, 'refs/tags/v') }}
68
uses: docker/login-action@v3
69
with:
70
username: ${{ secrets.DOCKERHUB_USER }}
0 commit comments