mirror of
https://github.com/ThePhaseless/Byparr.git
synced 2025-03-15 09:50:20 +08:00
add tags info and use latest on stable release
This commit is contained in:
parent
c16ae6f5c9
commit
c8ccfd8cb2
2
.github/workflows/docker-publish.yml
vendored
2
.github/workflows/docker-publish.yml
vendored
@ -70,7 +70,7 @@ jobs:
|
|||||||
type=semver,pattern={{version}}
|
type=semver,pattern={{version}}
|
||||||
type=semver,pattern={{major}}.{{minor}}
|
type=semver,pattern={{major}}.{{minor}}
|
||||||
type=semver,pattern={{major}}
|
type=semver,pattern={{major}}
|
||||||
type=raw,enable=${{ github.event_name != 'pull_request' && github.ref_name == 'main' }}, value=latest
|
type=raw,enable=${{ github.ref_type == 'tag' }}, value=latest
|
||||||
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
|
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
|
@ -26,6 +26,11 @@ An alternative to [FlareSolverr](https://github.com/FlareSolverr/FlareSolverr) a
|
|||||||
1. If code works, congrats! (not really) You are on your own.
|
1. If code works, congrats! (not really) You are on your own.
|
||||||
2. If it does not, try on another host or network and create an issue if problem persists.
|
2. If it does not, try on another host or network and create an issue if problem persists.
|
||||||
|
|
||||||
|
## Tags
|
||||||
|
|
||||||
|
- `v*.*.*`/`latest` - Releases considered stable
|
||||||
|
- `main` - Latest release from main branch (untested)
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
### Docker Compose
|
### Docker Compose
|
||||||
|
Loading…
x
Reference in New Issue
Block a user