add tags info and use latest on stable release

This commit is contained in:
Thephaseless 2024-12-17 12:03:36 +00:00
parent c16ae6f5c9
commit c8ccfd8cb2
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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