fixing tag trigger
This commit is contained in:
parent
40ca73ea2e
commit
d2c16bbb81
|
@ -3,7 +3,7 @@ on:
|
||||||
push:
|
push:
|
||||||
branches: [ main, beta ]
|
branches: [ main, beta ]
|
||||||
# Publish semver tags as releases.
|
# Publish semver tags as releases.
|
||||||
tags: [ 'v*.*.*' ]
|
tags: [ '*' ]
|
||||||
|
|
||||||
env:
|
env:
|
||||||
REGISTRY: ghcr.io
|
REGISTRY: ghcr.io
|
||||||
|
|
Loading…
Reference in New Issue