Skip to content

update test pipeline #1

update test pipeline

update test pipeline #1

Workflow file for this run

name: test
on:
pull_request:
branches: [dev]
types: [closed]
jobs:
# https://github.com/bcgov-nr/action-builder-ghcr
deploys:
name: Deploys Anitvirus
environment: test
permissions:
issues: write
runs-on: ubuntu-22.04
strategy:
matrix:
include:
- name: clamav
file: containers/clamav/openshift/templates/clamav-dc.yaml
overwrite: false
steps:
- uses: bcgov-nr/[email protected]
with:
file: ${{ matrix.file }}
oc_namespace: ${{ vars.OC_NAMESPACE_TEST }}
oc_server: ${{ vars.OC_SERVER }}
oc_token: ${{ secrets.OC_TOKEN_TEST }}
overwrite: ${{ matrix.overwrite }}
parameters: -p ZONE=prod -p NAME=${{ github.event.repository.name }}
repository: ${{ matrix.repository }}
verification_path: ${{ matrix.verification_path }}