Skip to content

issue #66: Support ENV and ARG inside dockerfile. Also, fixed every workflow inside this repository and redirect the gh pages deployment to the current deployment #10

issue #66: Support ENV and ARG inside dockerfile. Also, fixed every workflow inside this repository and redirect the gh pages deployment to the current deployment

issue #66: Support ENV and ARG inside dockerfile. Also, fixed every workflow inside this repository and redirect the gh pages deployment to the current deployment #10

name: Workflows
on:
pull_request:
types:
- opened
- closed
- synchronize
jobs:
lint-test:
uses: ai-cfia/github-workflows/.github/workflows/workflow-lint-test-node.yml@main
markdown-check:
uses: ai-cfia/github-workflows/.github/workflows/workflow-markdown-check.yml@76-as-a-devops-i-would-like-to-fix-the-markdown-lint-workflow
with:
config-file-path: '.mlc_config.json'
secrets: inherit
repo-standard:
uses: ai-cfia/github-workflows/.github/workflows/workflow-repo-standards-validation.yml@main
secrets: inherit
build-and-push-gcr:
uses: ai-cfia/github-workflows/.github/workflows/workflow-build-push-container-github-registry.yml@63-as-a-devops-i-would-like-to-create-a-workflow-to-push-images-to-this-organisation-docker-registry
with:
container-name: ${{ github.event.repository.name }}
tag: ${{ github.sha }}
registry: ghcr.io/ai-cfia
secrets: inherit