Skip to content

Commit ff540b4

Browse files
committed
ci(deapp): update Docker image configuration for specific registry
1 parent f250232 commit ff540b4

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/deapp-publish.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,14 @@ jobs:
99
build-test:
1010
uses: iExecBlockchainComputing/github-actions-workflows/.github/workflows/docker-build.yml@fix/docker/types
1111
with:
12-
image-name: 'protected-data-delivery-dapp'
12+
image-name: 'docker-regis.iex.ec/product/protected-data-delivery-dapp'
1313
image-tag: ${{ github.ref }} # Use the tag of the commit
1414
push: true
1515
dockerfile: 'packages/protected-data-delivery-dapp/Dockerfile'
1616
security-scan: false
1717
hadolint: false
18-
# Refactor for target one specific registry
18+
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

Comments
 (0)