Skip to content

Commit 264238d

Browse files
committed
Change to day8au/dev-ci Docker image for GitHub Actions
1 parent 82f572a commit 264238d

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.github/workflows/continuous-deployment-workflow.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@ jobs:
99
name: Test
1010
runs-on: ubuntu-18.04
1111
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
1413
steps:
1514
- uses: actions/checkout@v1
1615
- name: Maven cache
@@ -51,8 +50,7 @@ jobs:
5150
needs: test
5251
runs-on: ubuntu-18.04
5352
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
5654
steps:
5755
- uses: actions/checkout@v1
5856
- name: Maven cache

.github/workflows/continuous-integration-workflow.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ jobs:
66
name: Test
77
runs-on: ubuntu-18.04
88
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
1110
steps:
1211
- uses: actions/checkout@v1
1312
- name: Maven cache

0 commit comments

Comments
 (0)