File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 9
9
name : Test
10
10
runs-on : ubuntu-18.04
11
11
container :
12
- # Ref: https://github.community/t5/GitHub-Actions/docker-pull-from-public-GitHub-Package-Registry-fail-with-quot/m-p/32782
13
- image : superstructor/clojure:openjdk-11-lein-2.9.1-node-browsers
12
+ image : day8au/dev-ci:0.0.6
14
13
steps :
15
14
- uses : actions/checkout@v1
16
15
- name : Maven cache
51
50
needs : test
52
51
runs-on : ubuntu-18.04
53
52
container :
54
- # Ref: https://github.community/t5/GitHub-Actions/docker-pull-from-public-GitHub-Package-Registry-fail-with-quot/m-p/32782
55
- image : superstructor/clojure:openjdk-11-lein-2.9.1-node-browsers
53
+ image : day8au/dev-ci:0.0.6
56
54
steps :
57
55
- uses : actions/checkout@v1
58
56
- name : Maven cache
Original file line number Diff line number Diff line change 6
6
name : Test
7
7
runs-on : ubuntu-18.04
8
8
container :
9
- # Ref: https://github.community/t5/GitHub-Actions/docker-pull-from-public-GitHub-Package-Registry-fail-with-quot/m-p/32782
10
- image : superstructor/clojure:openjdk-11-lein-2.9.1-node-browsers
9
+ image : day8au/dev-ci:0.0.6
11
10
steps :
12
11
- uses : actions/checkout@v1
13
12
- name : Maven cache
You can’t perform that action at this time.
0 commit comments