From b557fb17ab47c7b9a89bc0de38426b39adc20d79 Mon Sep 17 00:00:00 2001 From: meisnate12 Date: Thu, 23 Jun 2022 13:22:09 -0400 Subject: [PATCH] [58] fix build actions --- .github/workflows/nightly-test.yml | 43 ------------------------------ .github/workflows/nightly.yml | 2 +- VERSION | 2 +- 3 files changed, 2 insertions(+), 45 deletions(-) delete mode 100644 .github/workflows/nightly-test.yml diff --git a/.github/workflows/nightly-test.yml b/.github/workflows/nightly-test.yml deleted file mode 100644 index 2e1cee90..00000000 --- a/.github/workflows/nightly-test.yml +++ /dev/null @@ -1,43 +0,0 @@ -name: Docker Nightly Release Test - -on: - push: - branches: [ nightly ] - pull_request: - branches: [ nightly ] - -jobs: - - docker-nightly: - runs-on: ubuntu-latest - steps: - - - name: Check Out Repo - uses: actions/checkout@v3 - with: - ref: nightly - - - name: Login to Docker Hub - uses: docker/login-action@v2 - with: - username: ${{ secrets.DOCKER_HUB_USERNAME }} - password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }} - - - name: Set up QEMU - uses: docker/setup-qemu-action@master - with: - platforms: all - - - name: Set up Docker Buildx - id: buildx - uses: docker/setup-buildx-action@v2 - - - name: Build and push - id: docker_build - uses: docker/build-push-action@v3 - with: - context: ./ - file: ./Dockerfile - platforms: linux/arm/v7 - push: true - tags: ${{ secrets.DOCKER_HUB_USERNAME }}/plex-meta-manager:nightly diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 5c29d62e..356b8092 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -38,7 +38,7 @@ jobs: with: context: ./ file: ./Dockerfile - platforms: linux/amd64,linux/arm64 + platforms: linux/amd64,linux/arm64,linux/arm/v7 push: true tags: ${{ secrets.DOCKER_HUB_USERNAME }}/plex-meta-manager:nightly diff --git a/VERSION b/VERSION index 88cf4df8..c3b159d6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.17.0-develop57 +1.17.0-develop58