diff --git a/.github/workflows/delete-builds.yml b/.github/workflows/delete-builds.yml new file mode 100644 index 00000000..52bb9740 --- /dev/null +++ b/.github/workflows/delete-builds.yml @@ -0,0 +1,26 @@ +name: delete builds + +on: + workflow_dispatch: + inputs: + logLevel: + description: "Log level" + required: true + default: "warning" + type: choice + options: + - info + - warning + - debug + schedule: + - cron: "0 0 * * *" + +jobs: + delete-builds: + runs-on: ubuntu-latest + steps: + - uses: actions/delete-package-versions@v4 + with: + package-name: "ytptube" + package-type: "container" + min-versions-to-keep: 20 diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9b64dc29..f88b6011 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -79,9 +79,3 @@ jobs: labels: ${{ steps.meta.outputs.labels }} cache-from: type=gha, scope=${{ github.workflow }} cache-to: type=gha, scope=${{ github.workflow }} - - - uses: actions/delete-package-versions@v4 - with: - package-name: "ytptube" - package-type: "container" - min-versions-to-keep: 5 diff --git a/frontend/src/components/Page-Completed.vue b/frontend/src/components/Page-Completed.vue index 291d8743..9a21baa6 100644 --- a/frontend/src/components/Page-Completed.vue +++ b/frontend/src/components/Page-Completed.vue @@ -160,7 +160,7 @@ -
diff --git a/sc_full.png b/sc_full.png index f7ec855b..288a469d 100644 Binary files a/sc_full.png and b/sc_full.png differ diff --git a/sc_short.png b/sc_short.png index 4f309d62..434b2d47 100644 Binary files a/sc_short.png and b/sc_short.png differ