Skip to content

Commit 99b7088

Browse files
committed
Upgrade GitHub Actions day8au/dev-ci Docker image
1 parent 264238d commit 99b7088

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
name: Test
1010
runs-on: ubuntu-18.04
1111
container:
12-
image: day8au/dev-ci:0.0.6
12+
image: day8au/dev-ci:0.0.8
1313
steps:
1414
- uses: actions/checkout@v1
1515
- name: Maven cache
@@ -50,7 +50,7 @@ jobs:
5050
needs: test
5151
runs-on: ubuntu-18.04
5252
container:
53-
image: day8au/dev-ci:0.0.6
53+
image: day8au/dev-ci:0.0.8
5454
steps:
5555
- uses: actions/checkout@v1
5656
- name: Maven cache

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
name: Test
77
runs-on: ubuntu-18.04
88
container:
9-
image: day8au/dev-ci:0.0.6
9+
image: day8au/dev-ci:0.0.8
1010
steps:
1111
- uses: actions/checkout@v1
1212
- name: Maven cache

0 commit comments

Comments
 (0)