Skip to content

Commit

Permalink
Merge pull request #175 from ptr727/main
Browse files Browse the repository at this point in the history
Merge main back to dev
  • Loading branch information
ptr727 authored Jun 20, 2023
2 parents 843a01a + caef551 commit ecc33e5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 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
10 changes: 5 additions & 5 deletions Docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Images are updated weekly with the latest upstream updates.
### `ptr727/plexcleaner:latest`

```text
PlexCleaner: 3.1.45+4ed2d87c0f 23:43:41 [INF] <1> Exit Code : 0
PlexCleaner: 3.1.53+e58b6529aa 15:12:20 [INF] <1> Exit Code : 0
dotNET: 7.0.304
HandBrakeCLI: HandBrake 20230223192356-5c2b5d2d0-1.6.x
MediaInfo: MediaInfo Command line, MediaInfoLib - v23.04
Expand All @@ -65,7 +65,7 @@ FfMpeg: ffmpeg version 6.0-0ubuntu1~22.04.sav1.1 Copyright (c) 2000-2023 the FFm
### `ptr727/plexcleaner:savoury`

```text
PlexCleaner: 3.1.45+4ed2d87c0f 23:43:41 [INF] <1> Exit Code : 0
PlexCleaner: 3.1.53+e58b6529aa 15:12:20 [INF] <1> Exit Code : 0
dotNET: 7.0.304
HandBrakeCLI: HandBrake 20230223192356-5c2b5d2d0-1.6.x
MediaInfo: MediaInfo Command line, MediaInfoLib - v23.04
Expand All @@ -77,7 +77,7 @@ FfMpeg: ffmpeg version 6.0-0ubuntu1~22.04.sav1.1 Copyright (c) 2000-2023 the FFm
### `ptr727/plexcleaner:debian`

```text
PlexCleaner: 3.1.45+4ed2d87c0f 23:43:53 [INF] <1> Exit Code : 0
PlexCleaner: 3.1.53+e58b6529aa 15:12:19 [INF] <1> Exit Code : 0
dotNET: 7.0.304
HandBrakeCLI: HandBrake 1.6.1
MediaInfo: MediaInfo Command line, MediaInfoLib - v23.04
Expand All @@ -89,7 +89,7 @@ FfMpeg: ffmpeg version 5.1.3-1 Copyright (c) 2000-2022 the FFmpeg developers bui
### `ptr727/plexcleaner:alpine`

```text
PlexCleaner: 3.1.45+4ed2d87c0f 23:43:22 [INF] <1> Exit Code : 0
PlexCleaner: 3.1.53+e58b6529aa 15:12:06 [INF] <1> Exit Code : 0
dotNET: 7.0.304
HandBrakeCLI: HandBrake 1.6.1
MediaInfo: MediaInfo Command line, MediaInfoLib - v23.04
Expand All @@ -101,7 +101,7 @@ FfMpeg: ffmpeg version 6.0 Copyright (c) 2000-2023 the FFmpeg developers built w
### `ptr727/plexcleaner:arch`

```text
PlexCleaner: 3.1.45+4ed2d87c0f 23:43:55 [INF] <1> Exit Code : 0
PlexCleaner: 3.1.53+e58b6529aa 15:12:36 [INF] <1> Exit Code : 0
dotNET: 7.0.105
HandBrakeCLI: HandBrake 1.6.1
MediaInfo: MediaInfo Command line, MediaInfoLib - v23.04
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 ecc33e5

Please sign in to comment.