File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -30,15 +30,15 @@ jobs:
30
30
uses : actions/checkout@v2
31
31
with :
32
32
fetch-depth : 0
33
- - name : Github Registry Docker Login
34
- uses : azure/ docker- login@v1
33
+ - name : Login to GitHub Container Registry
34
+ uses : docker/ login-action @v1
35
35
with :
36
- login-server : docker.pkg.github.com/eventstore
36
+ registry : ghcr.io
37
37
username : ${{ github.actor }}
38
38
password : ${{ secrets.GITHUB_TOKEN }}
39
39
- name : Pull EventStore Image
40
40
run : |
41
- docker pull docker.pkg.github.com/eventstore /eventstore/eventstore:${{ matrix.docker-tag }}
41
+ docker pull ghcr.io /eventstore/eventstore:${{ matrix.docker-tag }}
42
42
- name : Install netcoreapp3.1
43
43
uses : actions/setup-dotnet@v1
44
44
if : matrix.framework == 'netcoreapp3.1'
Original file line number Diff line number Diff line change 7
7
<DocumentationFile >EventStore.ClientAPI.xml</DocumentationFile >
8
8
</PropertyGroup >
9
9
<ItemGroup >
10
- <PackageReference Include =" Newtonsoft.Json" Version =" 11 .0.2 " />
10
+ <PackageReference Include =" Newtonsoft.Json" Version =" 13 .0.1 " />
11
11
<PackageReference Include =" protobuf-net" Version =" 3.0.101" />
12
12
<PackageReference Include =" Microsoft.SourceLink.GitHub" Version =" 1.0.0" PrivateAssets =" All" />
13
13
<PackageReference Include =" System.Net.Http" Version =" 4.3.4" />
You can’t perform that action at this time.
0 commit comments