File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1616 id-token : write
1717 contents : write
1818 runs-on : ubuntu-22.04
19- if : github.actor != 'dependabot[bot]' && github.ref_name == 'main'
2019 name : " Build image"
2120 strategy :
2221 fail-fast : false
4140 fetch-depth : 0
4241
4342 - name : Docker build and push - staging
44- uses : Zilliqa/gh-actions-workflows/actions/ci-dockerized-app-build-push@v2
43+ uses : Zilliqa/gh-actions-workflows/actions/ci-dockerized-app-build-push@devops-67
4544 with :
4645 file : ${{ matrix.file }}
4746 context : ${{ matrix.context }}
5352 workload-identity-provider : " ${{ secrets.GCP_PRD_GITHUB_WIF }}"
5453 service-account : " ${{ secrets.GCP_STG_GITHUB_SA_DOCKER_REGISTRY }}"
5554 cache-key : ${{ env.REGISTRY }}/${{ matrix.image_name }}-cache
55+ trivy-scan : true
5656 build-args : |
5757 DEPLOY_ENV=stg
5858
You can’t perform that action at this time.
0 commit comments