Compare commits

..

No commits in common. "main" and "v0.1.1" have entirely different histories.
main ... v0.1.1

2 changed files with 2 additions and 4 deletions

View File

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

View File

@ -1,7 +1,7 @@
{ {
"private": true, "private": true,
"name": "@telackey/my-test-pwa-001", "name": "@telackey/my-test-pwa-001",
"version": "0.2.0", "version": "0.1.1",
"repository": "https://git.vdb.to/telackey/my-test-pwa-001", "repository": "https://git.vdb.to/telackey/my-test-pwa-001",
"scripts": { "scripts": {
"dev": "next dev", "dev": "next dev",