File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change 77 workflow_dispatch :
88
99jobs :
10-
1110 prepare :
1211 name : Determine image tag
1312 runs-on : ubuntu-latest
@@ -44,22 +43,20 @@ jobs:
4443
4544 build-oci-image :
4645 name : Build OCI images
47- needs : prepare
48- runs-on :
49- group : Azure_runners
5046 uses : iExecBlockchainComputing/github-actions-workflows/.github/workflows/docker-build.yml@feature/allow-args-for-docker-build
47+ needs : prepare
5148 with :
5249 image-name : docker-regis.iex.ec/cvm-base
5350 image-tag : ${{ needs.prepare.outputs.image_tag }}
5451 dockerfile : Dockerfile
5552 context : .
5653 registry : docker-regis.iex.ec
57- push : false
54+ push : true
5855 security-scan : false
5956 security-report : " table"
6057 hadolint : false
6158 platforms : linux/amd64
6259 build-args : VERSION=${{ needs.prepare.outputs.version }}
6360 secrets :
6461 username : ${{ secrets.NEXUS_USERNAME }}
65- password : ${{ secrets.NEXUS_PASSWORD }}
62+ password : ${{ secrets.NEXUS_PASSWORD }}
You can’t perform that action at this time.
0 commit comments