Skip to content
This repository was archived by the owner on Jan 1, 2023. It is now read-only.

Commit 581866a

Browse files
committed
disable container publishing
not needed yet
1 parent 24306ac commit 581866a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-publish-containers.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Docker
22

33
on:
44
push:
5-
tags:
6-
- 'v*'
5+
# tags:
6+
# - 'v*'
77

88
env:
99
REGISTRY: ghcr.io

0 commit comments

Comments
 (0)