[READ-ONLY] Mirror of https://github.com/FoxxMD/komodo-import. Import existing compose stacks into Komodo foxxmd.github.io/komodo-import
compose docker import komodo toml
0

Configure Feed

Select the types of activity you want to include in your feed.

ci: Don't publish main tag

FoxxMD (Aug 11, 2025, 4:06 PM UTC) 4b422cb1 a41b1f61

+1 -1
+1 -1
.github/workflows/publishImage.yml
··· 188 188 type=edge 189 189 190 190 # push with branch name as tag if not master/main 191 - type=ref,event=branch,enable=${{ !endsWith(github.ref, 'master') }} 191 + type=ref,event=branch,enable=${{ !endsWith(github.ref, 'main') }} 192 192 193 193 # tag non-prelease as latest -- has a higher priority than regular tag so it shows first in registries 194 194 type=match,pattern=\d.\d.\d$,priority=901