From 1f8fc25e24b89d20ec3ddfe1499fcf8409eb1954 Mon Sep 17 00:00:00 2001 From: I-am-PUID-0 <36779668+I-am-PUID-0@users.noreply.github.com> Date: Mon, 22 Jan 2024 12:41:13 -0500 Subject: [PATCH] Update Workflows --- .github/workflows/pd-x-docker-image.yml | 44 ------------------- .github/workflows/rd-as-docker-image.yml | 43 ------------------ .github/workflows/refactored-docker-image.yml | 44 ------------------- 3 files changed, 131 deletions(-) delete mode 100644 .github/workflows/pd-x-docker-image.yml delete mode 100644 .github/workflows/rd-as-docker-image.yml delete mode 100644 .github/workflows/refactored-docker-image.yml diff --git a/.github/workflows/pd-x-docker-image.yml b/.github/workflows/pd-x-docker-image.yml deleted file mode 100644 index 6a7bdf3..0000000 --- a/.github/workflows/pd-x-docker-image.yml +++ /dev/null @@ -1,44 +0,0 @@ -name: PD-X Docker Hub Build - -on: - schedule: - - cron: "0 0 * * *" - workflow_dispatch: - push: - branches: [ "plex_debrid_experimental" ] - paths-ignore: - - '**/README.md' - - 'Ubuntu/**' - - '.github/**' - - '.gitattributes' - - '.gitignore' -jobs: - buildx: - runs-on: ubuntu-latest - steps: - - - name: Checkout - uses: actions/checkout@v3 - - - name: Set up QEMU - uses: docker/setup-qemu-action@v2 - with: - platforms: 'all' - - - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v2.5.0 - - - name: Login to DockerHub - uses: docker/login-action@v2 - with: - username: ${{ secrets.DOCKER_USERNAME }} - password: ${{ secrets.DOCKER_PASSWORD }} - - - name: Build and push - uses: docker/build-push-action@v3 - with: - context: . - file: ./Dockerfile - platforms: linux/amd64,linux/arm64,linux/arm/v7 - push: true - tags: ${{ secrets.DOCKER_USERNAME }}/pdrcrd:plex_debrid_experimental \ No newline at end of file diff --git a/.github/workflows/rd-as-docker-image.yml b/.github/workflows/rd-as-docker-image.yml deleted file mode 100644 index 9d77a62..0000000 --- a/.github/workflows/rd-as-docker-image.yml +++ /dev/null @@ -1,43 +0,0 @@ -name: RD AS Docker Hub Build - -on: - schedule: - - cron: "0 0 * * *" - workflow_dispatch: - push: - branches: [ "rclone_RD_artificial-sorting" ] - paths-ignore: - - '**/README.md' - - 'Ubuntu/**' - - '.github/**' - - '.gitattributes' - - '.gitignore' -jobs: - buildx: - runs-on: ubuntu-latest - steps: - - - name: Checkout - uses: actions/checkout@v3 - - - name: Set up QEMU - uses: docker/setup-qemu-action@v2 - with: - platforms: 'all' - - - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v2.5.0 - - - name: Login to DockerHub - uses: docker/login-action@v2 - with: - username: ${{ secrets.DOCKER_USERNAME }} - password: ${{ secrets.DOCKER_PASSWORD }} - - - name: Build and push - uses: docker/build-push-action@v3 - with: - file: ./Dockerfile - platforms: linux/amd64,linux/arm64,linux/arm/v7 - push: true - tags: ${{ secrets.DOCKER_USERNAME }}/pdrcrd:rclone_RD_artificial-sorting diff --git a/.github/workflows/refactored-docker-image.yml b/.github/workflows/refactored-docker-image.yml deleted file mode 100644 index db81ada..0000000 --- a/.github/workflows/refactored-docker-image.yml +++ /dev/null @@ -1,44 +0,0 @@ -name: Refactoring Docker Hub Build - -on: - schedule: - - cron: "0 0 * * *" - workflow_dispatch: - push: - branches: [ "refactoring" ] - paths-ignore: - - '**/README.md' - - 'Ubuntu/**' - - '.github/**' - - '.gitattributes' - - '.gitignore' -jobs: - buildx: - runs-on: ubuntu-latest - steps: - - - name: Checkout - uses: actions/checkout@v3 - - - name: Set up QEMU - uses: docker/setup-qemu-action@v2 - with: - platforms: 'all' - - - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v2.5.0 - - - name: Login to DockerHub - uses: docker/login-action@v2 - with: - username: ${{ secrets.DOCKER_USERNAME }} - password: ${{ secrets.DOCKER_PASSWORD }} - - - name: Build and push - uses: docker/build-push-action@v3 - with: - context: . - file: ./Dockerfile - platforms: linux/amd64 - push: true - tags: ${{ secrets.DOCKER_USERNAME }}/refactored-pdrcrd:latest