Skip to content

Add "wrapping registrar" feature #72

Add "wrapping registrar" feature

Add "wrapping registrar" feature #72

Workflow file for this run

name: Maven snapshot and Docker latest image
on:
push:
paths-ignore:
- '.gitignore'
- 'README.md'
- 'LICENSE'
- 'docs'
branches: [ main ]
workflow_dispatch:
jobs:
maven-snapshot:
uses: danubetech/workflows/.github/workflows/maven-snapshot.yml@main
with:
MAVEN_REPO_SERVER_ID: 'danubetech-maven-snapshots'
secrets:
VAULT_ADDR: ${{ secrets.VAULT_ADDR }}
CI_SECRET_READER_PERIODIC_TOKEN: ${{ secrets.CI_SECRET_READER_PERIODIC_TOKEN }}
VAULTCA: ${{ secrets.VAULTCA }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
docker-latest:
needs: maven-snapshot
uses: danubetech/workflows/.github/workflows/docker-latest.yml@main
with:
GLOBAL_IMAGE_NAME: universalregistrar/uni-registrar-web
GLOBAL_REPO_NAME: docker.io
PATH_TO_DOCKERFILE: uni-registrar-web/docker/Dockerfile
secrets:
VAULT_ADDR: ${{ secrets.VAULT_ADDR }}
CI_SECRET_READER_PERIODIC_TOKEN: ${{ secrets.CI_SECRET_READER_PERIODIC_TOKEN }}
VAULTCA: ${{ secrets.VAULTCA }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
docker-latest-multi-arch:
needs: docker-latest
uses: ./.github/workflows/docker-multi-arch.yml
with:
GLOBAL_IMAGE_NAME: universalregistrar/uni-registrar-web
GLOBAL_REPO_NAME: docker.io
IMAGE_TAG: latest
PATH_TO_DOCKERFILE: uni-registrar-web/docker/Dockerfile
secrets:
CI_SECRET_READER_PERIODIC_TOKEN: ${{ secrets.CI_SECRET_READER_PERIODIC_TOKEN }}
VAULT_ADDR: ${{ secrets.VAULT_ADDR }}
VAULTCA: ${{ secrets.VAULTCA }}
trigger-related-workflows:
needs: docker-latest
runs-on: ubuntu-latest
steps:
- name: Repository Dispatch
uses: benc-uk/workflow-dispatch@v1
with:
token: ${{ secrets.WORKFLOW_DISPATCH_TOKEN }}
repo: danubetech/danubetech-uni-registrar-web
workflow: "Docker latest image" # Docker build
- name: Repository Dispatch
uses: benc-uk/workflow-dispatch@v1
with:
token: ${{ secrets.WORKFLOW_DISPATCH_TOKEN }}
repo: decentralized-identity/uni-registrar-driver-did-key
workflow: "Docker latest image" # Docker build
- name: Repository Dispatch
uses: benc-uk/workflow-dispatch@v1
with:
token: ${{ secrets.WORKFLOW_DISPATCH_TOKEN }}
repo: decentralized-identity/uni-registrar-driver-did-sov
workflow: "Docker latest image" # Docker build
- name: Repository Dispatch
uses: benc-uk/workflow-dispatch@v1
with:
token: ${{ secrets.WORKFLOW_DISPATCH_TOKEN }}
repo: decentralized-identity/uni-registrar-driver-did-btcr
workflow: "Docker latest image" # Docker build
- name: Repository Dispatch
uses: benc-uk/workflow-dispatch@v1
with:
token: ${{ secrets.WORKFLOW_DISPATCH_TOKEN }}
repo: decentralized-identity/uni-registrar-driver-did-v1
workflow: "Docker latest image" # Docker build
- name: Repository Dispatch
uses: benc-uk/workflow-dispatch@v1
with:
token: ${{ secrets.WORKFLOW_DISPATCH_TOKEN }}
repo: decentralized-identity/uni-registrar-driver-did-ebsi
workflow: "Docker latest image" # Docker build
- name: Repository Dispatch
uses: benc-uk/workflow-dispatch@v1
with:
token: ${{ secrets.WORKFLOW_DISPATCH_TOKEN }}
repo: decentralized-identity/uni-registrar-driver-did-ion
workflow: "Docker latest image" # Docker build
- name: Repository Dispatch
uses: benc-uk/workflow-dispatch@v1
with:
token: ${{ secrets.WORKFLOW_DISPATCH_TOKEN }}
repo: decentralized-identity/uni-registrar-driver-did-web
workflow: "Docker latest image" # Docker build