We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d31ec89 commit c6f8e66Copy full SHA for c6f8e66
1 file changed
.github/workflows/docker.yml
@@ -72,7 +72,7 @@ jobs:
72
TENTACLES_URL_TAG=${{ env.LATEST }}
73
74
- name: Build and push on tag
75
- if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
+ # if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
76
uses: docker/build-push-action@v6
77
with:
78
context: .
0 commit comments