Update .gitea/workflows/publish.yaml
Some checks failed
Publish ApplicationRecord to Registry / cns_publish (push) Failing after 1m1s

This commit is contained in:
zramsay 2024-08-21 15:54:28 +00:00
parent 61c97278e6
commit faadcb6d45

View File

@ -2,8 +2,10 @@ name: Publish ApplicationRecord to Registry
on: on:
release: release:
types: [published] types: [published]
branches: push:
- '*' branches:
- main
- '*'
env: env:
CERC_REGISTRY_USER_KEY: ${{ secrets.CICD_VAASL_LACONIC_USER_KEY }} CERC_REGISTRY_USER_KEY: ${{ secrets.CICD_VAASL_LACONIC_USER_KEY }}