[49] fix build

pull/935/head
meisnate12 2 years ago
parent d915e0e641
commit ee49b42b15

@ -0,0 +1,43 @@
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

@ -38,7 +38,7 @@ jobs:
with:
context: ./
file: ./Dockerfile
platforms: linux/amd64,linux/arm64,linux/arm/v7
platforms: linux/amd64,linux/arm64
push: true
tags: ${{ secrets.DOCKER_HUB_USERNAME }}/plex-meta-manager:nightly

@ -1 +1 @@
1.17.0-develop48
1.17.0-develop49

Loading…
Cancel
Save