From 98226e446a756d9e0d8dfcf8d2bdf63786f9d1e3 Mon Sep 17 00:00:00 2001 From: Oleksii Holub <1935960+Tyrrrz@users.noreply.github.com> Date: Tue, 28 Nov 2023 22:06:10 +0200 Subject: [PATCH 1/4] Update references due to org move --- src/Passwordless.AspNetCore/Passwordless.AspNetCore.csproj | 4 ++-- src/Passwordless/Passwordless.csproj | 4 ++-- tests/Passwordless.Tests.Infra/TestApi.cs | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/Passwordless.AspNetCore/Passwordless.AspNetCore.csproj b/src/Passwordless.AspNetCore/Passwordless.AspNetCore.csproj index 68fc350..0b4d8fb 100644 --- a/src/Passwordless.AspNetCore/Passwordless.AspNetCore.csproj +++ b/src/Passwordless.AspNetCore/Passwordless.AspNetCore.csproj @@ -10,8 +10,8 @@ Bitwarden The official Bitwarden Passwordless.dev .NET library for ASP.NET Core identity - https://github.com/passwordless/passwordless-dotnet - https://github.com/passwordless/passwordless-dotnet/releases + https://github.com/bitwarden/passwordless-dotnet + https://github.com/bitwarden/passwordless-dotnet/releases Apache-2.0 false favicon.png diff --git a/src/Passwordless/Passwordless.csproj b/src/Passwordless/Passwordless.csproj index 87d892d..015f595 100644 --- a/src/Passwordless/Passwordless.csproj +++ b/src/Passwordless/Passwordless.csproj @@ -9,8 +9,8 @@ Bitwarden The official Bitwarden Passwordless.dev .NET library - https://github.com/passwordless/passwordless-dotnet - https://github.com/passwordless/passwordless-dotnet/releases + https://github.com/bitwarden/passwordless-dotnet + https://github.com/bitwarden/passwordless-dotnet/releases Apache-2.0 false favicon.png diff --git a/tests/Passwordless.Tests.Infra/TestApi.cs b/tests/Passwordless.Tests.Infra/TestApi.cs index 1638cbb..582e56f 100644 --- a/tests/Passwordless.Tests.Infra/TestApi.cs +++ b/tests/Passwordless.Tests.Infra/TestApi.cs @@ -31,8 +31,8 @@ public class TestApi : IAsyncDisposable public TestApi() { _apiContainer = new ContainerBuilder() - // https://github.com/passwordless/passwordless-server/pkgs/container/passwordless-test-api - .WithImage("ghcr.io/passwordless/passwordless-test-api:stable") + // https://github.com/bitwarden/passwordless-server/pkgs/container/passwordless-test-api + .WithImage("ghcr.io/bitwarden/passwordless-test-api:stable") // Make sure we always have the latest version of the image .WithImagePullPolicy(PullPolicy.Always) // Run in development environment to enable migrations From b570d890b23d51287113483ffcbd3e03ce0237ff Mon Sep 17 00:00:00 2001 From: Oleksii Holub <1935960+Tyrrrz@users.noreply.github.com> Date: Wed, 29 Nov 2023 15:35:23 +0200 Subject: [PATCH 2/4] Login to GHCR --- .github/workflows/main.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 14a2972..c5d6b0b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -101,6 +101,12 @@ jobs: - name: Checkout uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 + # Need to login to GHCR in order to pull images required by the tests + - name: Login to GitHub Container Registry + run: > + echo ${{ secrets.GITHUB_TOKEN }} | + docker login ghcr.io --username ${{ github.actor }} --password-stdin + - name: Install .NET uses: actions/setup-dotnet@607fce577a46308457984d59e4954e075820f10a # v3.0.3 From 8612ed8fe7e3056613a04fa72ccad3c58f66775a Mon Sep 17 00:00:00 2001 From: Oleksii Holub <1935960+Tyrrrz@users.noreply.github.com> Date: Wed, 29 Nov 2023 16:14:51 +0200 Subject: [PATCH 3/4] Revert "Login to GHCR" This reverts commit b570d890b23d51287113483ffcbd3e03ce0237ff. --- .github/workflows/main.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c5d6b0b..14a2972 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -101,12 +101,6 @@ jobs: - name: Checkout uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 - # Need to login to GHCR in order to pull images required by the tests - - name: Login to GitHub Container Registry - run: > - echo ${{ secrets.GITHUB_TOKEN }} | - docker login ghcr.io --username ${{ github.actor }} --password-stdin - - name: Install .NET uses: actions/setup-dotnet@607fce577a46308457984d59e4954e075820f10a # v3.0.3 From 4738843ea5d6f7505bb3ad703ef26af304436693 Mon Sep 17 00:00:00 2001 From: Oleksii Holub <1935960+Tyrrrz@users.noreply.github.com> Date: Tue, 19 Dec 2023 16:19:58 +0200 Subject: [PATCH 4/4] Update docker image --- tests/Passwordless.Tests.Infra/TestApi.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Passwordless.Tests.Infra/TestApi.cs b/tests/Passwordless.Tests.Infra/TestApi.cs index 582e56f..c7d9290 100644 --- a/tests/Passwordless.Tests.Infra/TestApi.cs +++ b/tests/Passwordless.Tests.Infra/TestApi.cs @@ -31,8 +31,8 @@ public class TestApi : IAsyncDisposable public TestApi() { _apiContainer = new ContainerBuilder() - // https://github.com/bitwarden/passwordless-server/pkgs/container/passwordless-test-api - .WithImage("ghcr.io/bitwarden/passwordless-test-api:stable") + // https://hub.docker.com/r/bitwarden/passwordless-test-api + .WithImage("bitwarden/passwordless-test-api:stable") // Make sure we always have the latest version of the image .WithImagePullPolicy(PullPolicy.Always) // Run in development environment to enable migrations