We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f250232 commit ff540b4Copy full SHA for ff540b4
.github/workflows/deapp-publish.yml
@@ -9,10 +9,14 @@ jobs:
9
build-test:
10
uses: iExecBlockchainComputing/github-actions-workflows/.github/workflows/docker-build.yml@fix/docker/types
11
with:
12
- image-name: 'protected-data-delivery-dapp'
+ image-name: 'docker-regis.iex.ec/product/protected-data-delivery-dapp'
13
image-tag: ${{ github.ref }} # Use the tag of the commit
14
push: true
15
dockerfile: 'packages/protected-data-delivery-dapp/Dockerfile'
16
security-scan: false
17
hadolint: false
18
- # Refactor for target one specific registry
+ registry: 'docker-regis.iex.ec'
19
+ context: 'packages/protected-data-delivery-dapp'
20
+ secrets:
21
+ username: ${{ secrets.REGIS_USERNAME }}
22
+ password: ${{ secrets.REGIS_PASSWORD }}
0 commit comments