Skip to content

Commit e7458e5

Browse files
committed
Add logging in to Docker Hub
Signed-off-by: Kaur Palang <kaur.palang@brightcodecompany.com>
1 parent 99f8275 commit e7458e5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/deploy-image.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,11 @@ jobs:
2828
docker compose --progress plain build --build-arg CREATED_AT=$(date -u +"%Y-%m-%dT%H:%M:%SZ")
2929
docker image ls
3030
31+
- name: Login to Docker Hub
32+
uses: docker/login-action@v3
33+
with:
34+
username: ${{ vars.DOCKERHUB_USERNAME }}
35+
password: ${{ secrets.DOCKERHUB_TOKEN }}
36+
3137
- name: Push images to Docker hub
3238
run: docker image push --all-tags openintegrationengine/engine

0 commit comments

Comments
 (0)