Skip to content

Commit 33018ce

Browse files
committed
ci(dispatcher): login to DHI in image building workflow
1 parent 039b0ec commit 33018ce

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/dispatcher-build.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,12 @@ jobs:
6565
run: chmod +x gradlew
6666
- name: Set up Docker Buildx
6767
uses: docker/setup-buildx-action@v3
68+
- name: Login to Docker Hardened Images
69+
uses: docker/login-action@v3
70+
with:
71+
registry: dhi.io
72+
username: ${{ secrets.DHI_USERNAME }}
73+
password: ${{ secrets.DHI_PASSWORD }}
6874
- name: Login to Container Registry
6975
uses: docker/login-action@v3
7076
with:

0 commit comments

Comments
 (0)