Skip to content

Commit c6f8e66

Browse files
committed
TMP
1 parent d31ec89 commit c6f8e66

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
TENTACLES_URL_TAG=${{ env.LATEST }}
7373
7474
- name: Build and push on tag
75-
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
75+
# if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
7676
uses: docker/build-push-action@v6
7777
with:
7878
context: .

0 commit comments

Comments
 (0)