Skip to content

feat(workflows): parameterize namespace admin role binding #10

feat(workflows): parameterize namespace admin role binding

feat(workflows): parameterize namespace admin role binding #10

Workflow file for this run

name: build
on: [pull_request]
env:
REGISTRY_NAME: k8scc01covidacr
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
# Container build
- run: |
docker build -f Dockerfile -t ${{ env.REGISTRY_NAME }}.azurecr.io/argo-controller:${{ github.sha }} .
# Scan image for vulnerabilities
- uses: Azure/container-scan@v0
with:
image-name: ${{ env.REGISTRY_NAME }}.azurecr.io/argo-controller:${{ github.sha }}
severity-threshold: CRITICAL
run-quality-checks: false