Skip to content

Commit 99f8275

Browse files
committed
Add pushing images to Docker Hub
Signed-off-by: Kaur Palang <kaur.palang@brightcodecompany.com>
1 parent 760d9bf commit 99f8275

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/deploy-image.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,8 @@ jobs:
2525
- name: Build images
2626
working-directory: deploy
2727
run: |
28-
docker compose build --build-arg CREATED_AT=$(date -u +"%Y-%m-%dT%H:%M:%SZ") --progress=plain
28+
docker compose --progress plain build --build-arg CREATED_AT=$(date -u +"%Y-%m-%dT%H:%M:%SZ")
2929
docker image ls
30+
31+
- name: Push images to Docker hub
32+
run: docker image push --all-tags openintegrationengine/engine

0 commit comments

Comments
 (0)