File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Expand file tree Collapse file tree 2 files changed +12
-3
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
- image : day8au/dev-ci:0.0.8
12
+ image : docker.pkg.github.com/day8/dockerfile-for-dev-ci-image/dev-ci:0.0.13
13
+ credentials :
14
+ username : ${{ github.actor }}
15
+ password : ${{ env.GLOBAL_TOKEN_FOR_GITHUB }}
13
16
steps :
14
17
- uses : actions/checkout@v2
15
18
- name : Maven cache
50
53
needs : test
51
54
runs-on : ubuntu-18.04
52
55
container :
53
- image : day8au/dev-ci:0.0.8
56
+ image : docker.pkg.github.com/day8/dockerfile-for-dev-ci-image/dev-ci:0.0.13
57
+ credentials :
58
+ username : ${{ github.actor }}
59
+ password : ${{ env.GLOBAL_TOKEN_FOR_GITHUB }}
54
60
steps :
55
61
- uses : actions/checkout@v2
56
62
with :
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
- image : day8au/dev-ci:0.0.8
9
+ image : docker.pkg.github.com/day8/dockerfile-for-dev-ci-image/dev-ci:0.0.13
10
+ credentials :
11
+ username : ${{ github.actor }}
12
+ password : ${{ env.GLOBAL_TOKEN_FOR_GITHUB }}
10
13
steps :
11
14
- uses : actions/checkout@v2
12
15
- name : Maven cache
You can’t perform that action at this time.
0 commit comments