Skip to content

Commit 666bfec

Browse files
committed
Enable image building for testing purposes
Signed-off-by: Kaur Palang <kaur.palang@brightcodecompany.com>
1 parent 10e2a04 commit 666bfec

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/deploy-image.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
on:
22
workflow_dispatch:
3+
push:
4+
branches:
5+
- Issue-40-docker-image-for-releases
36

47
jobs:
58
build-images:
@@ -19,4 +22,5 @@ jobs:
1922

2023
- name: Build images
2124
run: |
22-
docker compose build --build-arg CREATED_AT=$(date -u +"%Y-%m-%dT%H:%M:%SZ")
25+
docker compose build --build-arg CREATED_AT=$(date -u +"%Y-%m-%dT%H:%M:%SZ") --progress=plain
26+
docker image ls

0 commit comments

Comments
 (0)