Skip to content

Commit 111a956

Browse files
committed
Replace docker.pkg.github.com with ghcr.io
1 parent 2cde3de commit 111a956

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ on:
77
jobs:
88
test:
99
name: Test
10-
runs-on: ubuntu-18.04
10+
runs-on: ubuntu-20.04
1111
container:
12-
image: docker.pkg.github.com/day8/dockerfile-for-dev-ci-image/dev-ci:0.1
12+
image: ghcr.io/day8/dockerfile-for-dev-ci-image/chrome-56:2
1313
credentials:
1414
username: ${{ github.actor }}
1515
password: ${{ secrets.GLOBAL_TOKEN_FOR_GITHUB }}
@@ -51,9 +51,9 @@ jobs:
5151
release:
5252
name: Release
5353
needs: test
54-
runs-on: ubuntu-18.04
54+
runs-on: ubuntu-20.04
5555
container:
56-
image: docker.pkg.github.com/day8/dockerfile-for-dev-ci-image/dev-ci:0.1
56+
image: ghcr.io/day8/dockerfile-for-dev-ci-image/chrome-56:2
5757
credentials:
5858
username: ${{ github.actor }}
5959
password: ${{ secrets.GLOBAL_TOKEN_FOR_GITHUB }}

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ on: [push]
44
jobs:
55
test:
66
name: Test
7-
runs-on: ubuntu-18.04
7+
runs-on: ubuntu-20.04
88
container:
9-
image: docker.pkg.github.com/day8/dockerfile-for-dev-ci-image/dev-ci:0.1
9+
image: ghcr.io/day8/dockerfile-for-dev-ci-image/chrome-56:2
1010
credentials:
1111
username: ${{ github.actor }}
1212
password: ${{ secrets.GLOBAL_TOKEN_FOR_GITHUB }}

0 commit comments

Comments
 (0)