Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
neozhu committed Nov 17, 2024
1 parent e3d763b commit 8eaf1d4
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

- name: Publish Docker image using .NET SDK
run: |
dotnet publish "src/CleanAspire.AppHost/CleanAspire.AppHost.csproj" -c Release /p:ContainerRepository=${{ secrets.DOCKER_USERNAME }}/cleanaspire /p:ContainerTag=${{ steps.version.outputs.version }}
dotnet publish "src/CleanAspire.AppHost/CleanAspire.AppHost.csproj" -c Release /p:PublishProfile=DefaultContainer /p:ContainerRepository=${{ secrets.DOCKER_USERNAME }}/cleanaspire /p:ContainerTag=${{ steps.version.outputs.version }}
- name: Push Docker image to Docker Hub
run: |
Expand Down
2 changes: 1 addition & 1 deletion src/CleanAspire.Api/CleanAspire.Api.json
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@
}
},
"example": {
"email": "Aric_Dooley7@hotmail.com",
"email": "Nils_Schumm@gmail.com",
"password": "P@ssw0rd!"
}
},
Expand Down
Binary file modified src/CleanAspire.Api/CleanAspireDb.db
Binary file not shown.
2 changes: 1 addition & 1 deletion src/CleanAspire.AppHost/CleanAspire.AppHost.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<IsAspireHost>true</IsAspireHost>
<IsPublishable>true</IsPublishable>
<EnableSdkContainerSupport>true</EnableSdkContainerSupport>
<ContainerRepository>cleanaspire</ContainerRepository>
<ContainerRepository>blazordevlab\cleanaspire</ContainerRepository>
<UserSecretsId>ac63aff4-1f44-46a9-9c5d-0b26b517e142</UserSecretsId>

</PropertyGroup>
Expand Down

0 comments on commit 8eaf1d4

Please sign in to comment.