Update .gitea/workflows/publish.yaml

This commit is contained in:
Thomas E Lackey 2023-12-14 16:50:37 +00:00
parent f7b998664f
commit 572c78b83f

View File

@ -2,10 +2,12 @@ name: Publish ApplicationRecord to Registry
on:
release:
types: [published]
env:
CERC_REGISTRY_USER_KEY: ${{ secrets.CICD_CERCIO_USER_KEY }}
CERC_REGISTRY_BOND_ID: ${{ secrets.CICD_CERCIO_BOND_ID }}
CERC_REGISTRY_APP_CRN: ${{ env.LACONIC_REGISTRY_APP_CRN }}
CERC_REGISTRY_APP_CRN: ${{ vars.CERC_REGISTRY_APP_CRN }}
jobs:
cns_publish:
runs-on: ubuntu-latest