Update .gitea/workflows/publish.yaml
Some checks failed
Publish ApplicationRecord to Registry / cns_publish (push) Failing after 1m1s
Some checks failed
Publish ApplicationRecord to Registry / cns_publish (push) Failing after 1m1s
This commit is contained in:
parent
61c97278e6
commit
faadcb6d45
@ -2,8 +2,10 @@ name: Publish ApplicationRecord to Registry
|
||||
on:
|
||||
release:
|
||||
types: [published]
|
||||
branches:
|
||||
- '*'
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
- '*'
|
||||
|
||||
env:
|
||||
CERC_REGISTRY_USER_KEY: ${{ secrets.CICD_VAASL_LACONIC_USER_KEY }}
|
||||
|
Loading…
Reference in New Issue
Block a user