Merge pull request #714 from i5okie/feat/helm-pg-update #98
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Build, Update Config, and Deploy Development | |
on: | |
workflow_dispatch: | |
push: | |
branches: | |
- main | |
jobs: | |
build: | |
name: "Build ACAPy VC-AuthN" | |
if: github.repository_owner == 'openwallet-foundation' | |
uses: ./.github/workflows/publish.yml | |
with: | |
tag: "dev" | |
ref: "main" | |
platforms: "linux/amd64" | |