-
Notifications
You must be signed in to change notification settings - Fork 2
feat: add image push to GitHub registry #27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from 9 commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
a33d9a7
feat: add push to GHCR
jeastham1993 571a6a0
feat: add push to GHCR
jeastham1993 7238e6f
fix: update file path for Dockerfile
jeastham1993 7a455cb
fix: update file path
jeastham1993 5c903fb
fix: update token secret name
jeastham1993 7e0e22e
Merge branch 'main' into feat/add-image-push
jeastham1993 292a5fc
chore: add permissions to push image job
jeastham1993 abb0da8
Update user-management-test.yml
scottgerring 375f25a
chore: update job ordering and deps
jeastham1993 d0e1115
chore: update push-image to only run on merge to main
jeastham1993 92feb5c
chore: add commit hash to docker build action
jeastham1993 8c9bb3e
feat: add source code integration
jeastham1993 5ab5b52
Merge branch 'main' into feat/add-image-push
jeastham1993 832492c
Merge branch 'main' into feat/add-image-push
scottgerring File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
59 changes: 30 additions & 29 deletions
59
...nt/src/Stickerlandia.UserManagement.Agnostic/Stickerlandia.UserManagement.Agnostic.csproj
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,34 +1,35 @@ | ||
| <Project Sdk="Microsoft.NET.Sdk"> | ||
|
|
||
| <PropertyGroup> | ||
| <TargetFramework>net8.0</TargetFramework> | ||
| <ImplicitUsings>enable</ImplicitUsings> | ||
| <Nullable>enable</Nullable> | ||
| </PropertyGroup> | ||
| <PropertyGroup> | ||
| <TargetFramework>net8.0</TargetFramework> | ||
| <ImplicitUsings>enable</ImplicitUsings> | ||
| <Nullable>enable</Nullable> | ||
| </PropertyGroup> | ||
|
|
||
| <ItemGroup> | ||
|
|
||
| <ProjectReference Include="..\Stickerlandia.UserManagement.Auth\Stickerlandia.UserManagement.Auth.csproj" /> | ||
|
|
||
| <ProjectReference Include="..\Stickerlandia.UserManagement.Core\Stickerlandia.UserManagement.Core.csproj" /> | ||
| </ItemGroup> | ||
| <ItemGroup> | ||
|
|
||
| <ItemGroup> | ||
| <PackageReference Include="CloudNative.CloudEvents" Version="2.8.0" /> | ||
| <PackageReference Include="CloudNative.CloudEvents.SystemTextJson" Version="2.8.0" /> | ||
| <PackageReference Include="Confluent.Kafka" Version="2.10.0" /> | ||
| <PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="8.0.16" /> | ||
| <PackageReference Include="Microsoft.Azure.Functions.Worker" Version="2.0.0" /> | ||
| <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.16"> | ||
| <PrivateAssets>all</PrivateAssets> | ||
| <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
| </PackageReference> | ||
| <PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.11" /> | ||
| <PackageReference Include="OpenIddict.Validation.AspNetCore" Version="6.3.0" /> | ||
| <PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="8.0.16" /> | ||
| <PackageReference Include="OpenIddict.AspNetCore" Version="6.3.0" /> | ||
| <PackageReference Include="OpenIddict.Server.AspNetCore" Version="6.3.0" /> | ||
| <PackageReference Include="OpenIddict.EntityFrameworkCore" Version="6.3.0" /> | ||
| </ItemGroup> | ||
| <ProjectReference | ||
| Include="..\Stickerlandia.UserManagement.Auth\Stickerlandia.UserManagement.Auth.csproj" /> | ||
|
|
||
| </Project> | ||
| <ProjectReference | ||
| Include="..\Stickerlandia.UserManagement.Core\Stickerlandia.UserManagement.Core.csproj" /> | ||
| </ItemGroup> | ||
|
|
||
| <ItemGroup> | ||
| <PackageReference Include="CloudNative.CloudEvents" Version="2.8.0" /> | ||
| <PackageReference Include="CloudNative.CloudEvents.SystemTextJson" Version="2.8.0" /> | ||
| <PackageReference Include="Confluent.Kafka" Version="2.10.0" /> | ||
| <PackageReference Include="Microsoft.Azure.Functions.Worker" Version="2.0.0" /> | ||
| <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="8.0.16"> | ||
| <PrivateAssets>all</PrivateAssets> | ||
| <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> | ||
| </PackageReference> | ||
| <PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.11" /> | ||
| <PackageReference Include="OpenIddict.Validation.AspNetCore" Version="6.3.0" /> | ||
| <PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="8.0.16" /> | ||
| <PackageReference Include="OpenIddict.AspNetCore" Version="6.3.0" /> | ||
| <PackageReference Include="OpenIddict.Server.AspNetCore" Version="6.3.0" /> | ||
| <PackageReference Include="OpenIddict.EntityFrameworkCore" Version="6.3.0" /> | ||
| </ItemGroup> | ||
|
|
||
| </Project> |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🟠 Code Vulnerability
Workflow depends on a GitHub actions pinned by tag instead of a hash. (...read more)
Pin GitHub Actions by commit hash to ensure supply chain security.
Using a branch (
@main) or tag (@v1) allows for implicit updates, which can introduce unexpected or malicious changes. Instead, always pin actions to a full length commit SHA. You can find the commit SHA for the latest tag from the action’s repository and ensure frequent updates via auto-updaters such as dependabot. Include a comment with the corresponding full-length SemVer tag for clarity: