File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
- name : Build image
1
+ name : Build images
2
2
3
3
on :
4
4
push :
@@ -13,12 +13,15 @@ jobs:
13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
- uses : actions/checkout@master
16
- - name : Build base perl image
16
+ - name : Build images
17
17
run : |
18
18
docker version
19
19
[ -n $DEBIAN_PROXY ] && docker_build_opts="--build-arg=DEBIAN_PROXY=${DEBIAN_PROXY}"
20
20
docker build "$docker_build_opts" -t deriv/perl .
21
+ cd dzil && docker build "$docker_build_opts" -t deriv/dzil .
21
22
- name : Inspect image creation and tag time
22
23
run : |
23
24
docker image inspect --format \'{{.Created}}\' deriv/perl
24
25
docker image inspect --format \'{{.Metadata.LastTagTime}}\' deriv/perl
26
+ docker image inspect --format \'{{.Created}}\' deriv/dzil
27
+ docker image inspect --format \'{{.Metadata.LastTagTime}}\' deriv/dzil
You can’t perform that action at this time.
0 commit comments