We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10e2a04 commit 666bfecCopy full SHA for 666bfec
1 file changed
.github/workflows/deploy-image.yaml
@@ -1,5 +1,8 @@
1
on:
2
workflow_dispatch:
3
+ push:
4
+ branches:
5
+ - Issue-40-docker-image-for-releases
6
7
jobs:
8
build-images:
@@ -19,4 +22,5 @@ jobs:
19
22
20
23
- name: Build images
21
24
run: |
- 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