mirror of
https://github.com/meisnate12/Plex-Meta-Manager
synced 2024-11-22 04:23:08 +00:00
[5] update build ids
This commit is contained in:
parent
174671299c
commit
43917bfb39
4 changed files with 7 additions and 7 deletions
4
.github/workflows/develop.yml
vendored
4
.github/workflows/develop.yml
vendored
|
@ -46,8 +46,8 @@ jobs:
|
|||
cache-from: type=gha
|
||||
cache-to: type=gha,mode=max
|
||||
|
||||
- name: Build and push
|
||||
id: docker_build
|
||||
- name: Build and push Lxml Version
|
||||
id: docker_build_lxml
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
context: ./
|
||||
|
|
4
.github/workflows/latest.yml
vendored
4
.github/workflows/latest.yml
vendored
|
@ -40,8 +40,8 @@ jobs:
|
|||
cache-from: type=gha
|
||||
cache-to: type=gha,mode=max
|
||||
|
||||
- name: Build and push
|
||||
id: docker_build
|
||||
- name: Build and push Lxml Version
|
||||
id: docker_build_lxml
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
context: ./
|
||||
|
|
4
.github/workflows/nightly.yml
vendored
4
.github/workflows/nightly.yml
vendored
|
@ -46,8 +46,8 @@ jobs:
|
|||
cache-from: type=gha
|
||||
cache-to: type=gha,mode=max
|
||||
|
||||
- name: Build and push
|
||||
id: docker_build
|
||||
- name: Build and push Lxml Version
|
||||
id: docker_build_lxml
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
context: ./
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
1.21.0-develop4
|
||||
1.21.0-develop5
|
||||
|
|
Loading…
Reference in a new issue