fix cm-crc save and get #1649
Workflow file for this run
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: Dynamics Helper Build | |
on: | |
workflow_dispatch: | |
push: | |
branches: | |
- main | |
- 'release/**' | |
- develop | |
paths: | |
- src/** | |
- "!src/Spd.Presentation.Licensing/**" | |
- "!src/Spd.Presentation.Screening/**" | |
- "!src/Spd.Manager.Licence/**" | |
- "!src/Spd.Manager.Screening/**" | |
- .github/workflows/dynamics-helper-build.yml | |
- .github/workflows/docker-build-template.yml | |
pull_request: | |
paths: | |
- src/** | |
- "!src/Spd.Presentation.Licensing/**" | |
- "!src/Spd.Presentation.Screening/**" | |
- "!src/Spd.Manager.Licence/**" | |
- "!src/Spd.Manager.Screening/**" | |
- .github/workflows/dynamics-helper-build.yml | |
- .github/workflows/docker-build-template.yml | |
jobs: | |
build: | |
permissions: | |
contents: read | |
packages: write | |
id-token: write | |
uses: ./.github/workflows/docker-build-template.yml | |
with: | |
IMAGE_CONTEXT: src | |
IMAGE_FILE: src/dynamics.dockerfile | |
IMAGE_NAME: ${{ github.repository }}/dynamics-helper | |
REGISTRY: ghcr.io | |
# REGISTRY: artifacts.developer.gov.bc.ca/sfe7-dev/ | |
secrets: | |
REGISTRY_USER: ${{ github.actor }} | |
REGISTRY_PASSWORD: ${{ secrets.GITHUB_TOKEN }} | |
# REGISTRY_USER: ${{ secrets.DOCKER_USERNAME }} | |
# REGISTRY_PASSWORD: ${{ secrets.DOCKER_PASSWORD }} |