mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2025-02-16 13:58:25 +00:00
[73] dependabot update
This commit is contained in:
parent
401ca2d551
commit
ee91abb196
7 changed files with 17 additions and 16 deletions
1
.github/dependabot.yml
vendored
1
.github/dependabot.yml
vendored
|
@ -16,6 +16,7 @@ updates:
|
|||
directory: '/'
|
||||
schedule:
|
||||
interval: daily
|
||||
target-branch: "nightly"
|
||||
assignees:
|
||||
- "meisnate12"
|
||||
ignore:
|
||||
|
|
6
.github/workflows/develop.yml
vendored
6
.github/workflows/develop.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
|||
ref: develop
|
||||
|
||||
- name: Login to Docker Hub
|
||||
uses: docker/login-action@v1
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
username: ${{ secrets.DOCKER_HUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
|
||||
|
@ -30,11 +30,11 @@ jobs:
|
|||
|
||||
- name: Set up Docker Buildx
|
||||
id: buildx
|
||||
uses: docker/setup-buildx-action@v1
|
||||
uses: docker/setup-buildx-action@v2
|
||||
|
||||
- name: Build and push
|
||||
id: docker_build
|
||||
uses: docker/build-push-action@v2
|
||||
uses: docker/build-push-action@v3
|
||||
with:
|
||||
context: ./
|
||||
file: ./Dockerfile
|
||||
|
|
6
.github/workflows/latest.yml
vendored
6
.github/workflows/latest.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
|||
uses: actions/checkout@v3
|
||||
|
||||
- name: Login to Docker Hub
|
||||
uses: docker/login-action@v1
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
username: ${{ secrets.DOCKER_HUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
|
||||
|
@ -26,11 +26,11 @@ jobs:
|
|||
|
||||
- name: Set up Docker Buildx
|
||||
id: buildx
|
||||
uses: docker/setup-buildx-action@v1
|
||||
uses: docker/setup-buildx-action@v2
|
||||
|
||||
- name: Build and push
|
||||
id: docker_build
|
||||
uses: docker/build-push-action@v2
|
||||
uses: docker/build-push-action@v3
|
||||
with:
|
||||
context: ./
|
||||
file: ./Dockerfile
|
||||
|
|
6
.github/workflows/nightly.yml
vendored
6
.github/workflows/nightly.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
|||
ref: nightly
|
||||
|
||||
- name: Login to Docker Hub
|
||||
uses: docker/login-action@v1
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
username: ${{ secrets.DOCKER_HUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
|
||||
|
@ -30,11 +30,11 @@ jobs:
|
|||
|
||||
- name: Set up Docker Buildx
|
||||
id: buildx
|
||||
uses: docker/setup-buildx-action@v1
|
||||
uses: docker/setup-buildx-action@v2
|
||||
|
||||
- name: Build and push
|
||||
id: docker_build
|
||||
uses: docker/build-push-action@v2
|
||||
uses: docker/build-push-action@v3
|
||||
with:
|
||||
context: ./
|
||||
file: ./Dockerfile
|
||||
|
|
6
.github/workflows/version.yml
vendored
6
.github/workflows/version.yml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
|||
uses: actions/checkout@v3
|
||||
|
||||
- name: Login to Docker Hub
|
||||
uses: docker/login-action@v1
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
username: ${{ secrets.DOCKER_HUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
|
||||
|
@ -28,7 +28,7 @@ jobs:
|
|||
|
||||
- name: Set up Docker Buildx
|
||||
id: buildx
|
||||
uses: docker/setup-buildx-action@v1
|
||||
uses: docker/setup-buildx-action@v2
|
||||
|
||||
- name: Get the version
|
||||
id: get_version
|
||||
|
@ -36,7 +36,7 @@ jobs:
|
|||
|
||||
- name: Build and push
|
||||
id: docker_build
|
||||
uses: docker/build-push-action@v2
|
||||
uses: docker/build-push-action@v3
|
||||
with:
|
||||
context: ./
|
||||
file: ./Dockerfile
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
1.16.5-develop72
|
||||
1.16.5-develop73
|
||||
|
|
|
@ -40,8 +40,8 @@ spec:
|
|||
runAsGroup: 1000
|
||||
containers:
|
||||
- name: plex-media-manager
|
||||
image: meisnate12/plex-meta-manager:v1.15.1
|
||||
imagePullPolicy: IfNotFound
|
||||
image: meisnate12/plex-meta-manager:latest
|
||||
imagePullPolicy: IfNotPresent
|
||||
args: [ "--run", "--read-only-config" ]
|
||||
resources:
|
||||
limits:
|
||||
|
@ -323,7 +323,7 @@ spec:
|
|||
mountPath: /config
|
||||
containers:
|
||||
- name: plex-media-manager
|
||||
image: meisnate12/plex-meta-manager:v1.15.1
|
||||
image: meisnate12/plex-meta-manager:latest
|
||||
imagePullPolicy: Always
|
||||
args: [ "--run", "--read-only-config" ]
|
||||
resources:
|
||||
|
|
Loading…
Add table
Reference in a new issue