mirror of
https://github.com/bluenviron/mediamtx.git
synced 2025-12-30 06:51:59 -08:00
stop updating legacy Docker image (#4569)
This commit is contained in:
parent
adf6ca9f90
commit
65045c676f
3 changed files with 0 additions and 47 deletions
12
.github/workflows/release.yml
vendored
12
.github/workflows/release.yml
vendored
|
|
@ -137,18 +137,6 @@ jobs:
|
|||
DOCKER_USER: ${{ secrets.DOCKER_USER }}
|
||||
DOCKER_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
|
||||
|
||||
dockerhub_legacy:
|
||||
needs: dockerhub
|
||||
runs-on: ubuntu-22.04
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- run: make dockerhub-legacy
|
||||
env:
|
||||
DOCKER_USER_LEGACY: ${{ secrets.DOCKER_USER_LEGACY }}
|
||||
DOCKER_PASSWORD_LEGACY: ${{ secrets.DOCKER_PASSWORD_LEGACY }}
|
||||
|
||||
api_docs:
|
||||
needs: binaries
|
||||
runs-on: ubuntu-22.04
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue