diff --git a/.github/workflows/.merge.yml b/.github/workflows/.merge.yml index c21349a..35b0598 100644 --- a/.github/workflows/.merge.yml +++ b/.github/workflows/.merge.yml @@ -19,11 +19,11 @@ jobs: packages: write strategy: matrix: - package: [scan-backend] + package: [vhers-virus-scan] include: - - package: scan-backend + - package: vhers-virus-scan build_context: ./ - triggers: ('scan-backend/') + triggers: ('vhers-virus-scan/') build_file: Dockerfile timeout-minutes: 10 steps: @@ -45,9 +45,9 @@ jobs: runs-on: ubuntu-22.04 strategy: matrix: - name: [scan-backend] + name: [vhers-virus-scan] include: - - name: scan-backend + - name: vhers-virus-scan file: openshift.deploy.yaml overwrite: true @@ -59,6 +59,6 @@ jobs: oc_server: ${{ vars.OC_SERVER }} oc_token: ${{ secrets.OC_TOKEN }} overwrite: ${{ matrix.overwrite }} - parameters: -p ZONE=prod -p PROMOTE=${{ github.repository }}/clamav:dev + parameters: -p ZONE=tools repository: ${{ matrix.repository }} verification_path: ${{ matrix.verification_path }}