Skip to content

Commit 663abbf

Browse files
authored
Merge pull request #67 from EventStore/migrate-to-ghcr-io
Use eventstoredb image from ghcr.io and update vulnerable dependencies
2 parents 7932ce6 + bcd6a59 commit 663abbf

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ jobs:
3030
uses: actions/checkout@v2
3131
with:
3232
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
3535
with:
36-
login-server: docker.pkg.github.com/eventstore
36+
registry: ghcr.io
3737
username: ${{ github.actor }}
3838
password: ${{ secrets.GITHUB_TOKEN }}
3939
- name: Pull EventStore Image
4040
run: |
41-
docker pull docker.pkg.github.com/eventstore/eventstore/eventstore:${{ matrix.docker-tag }}
41+
docker pull ghcr.io/eventstore/eventstore:${{ matrix.docker-tag }}
4242
- name: Install netcoreapp3.1
4343
uses: actions/setup-dotnet@v1
4444
if: matrix.framework == 'netcoreapp3.1'

src/EventStore.ClientAPI/EventStore.ClientAPI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<DocumentationFile>EventStore.ClientAPI.xml</DocumentationFile>
88
</PropertyGroup>
99
<ItemGroup>
10-
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
10+
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
1111
<PackageReference Include="protobuf-net" Version="3.0.101" />
1212
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
1313
<PackageReference Include="System.Net.Http" Version="4.3.4" />

0 commit comments

Comments
 (0)