Skip to content

Commit

Permalink
Merge pull request #173 from ptr727/dependabot/nuget/InsaneGenius.Uti…
Browse files Browse the repository at this point in the history
…lities-3.0.18

Bump InsaneGenius.Utilities from 3.0.15 to 3.0.18
  • Loading branch information
ptr727 authored Jun 19, 2023
2 parents 964e1b6 + 755e51c commit e58b652
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/BuildDockerPush.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,8 @@ jobs:
uses: docker/login-action@v2
with:
registry: docker.io
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
username: ${{ env.dopush && secrets.DOCKER_HUB_USERNAME || 'foo' }}
password: ${{ env.dopush && secrets.DOCKER_HUB_ACCESS_TOKEN || 'foo' }}

# Docker build and push
# https://github.com/marketplace/actions/build-and-push-docker-images
Expand Down
2 changes: 1 addition & 1 deletion PlexCleaner/PlexCleaner.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="InsaneGenius.Utilities" Version="3.0.15" />
<PackageReference Include="InsaneGenius.Utilities" Version="3.0.18" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Newtonsoft.Json.Schema" Version="3.0.15" />
Expand Down

0 comments on commit e58b652

Please sign in to comment.