fixup! CI: Experimental branches for testing builds
All checks were successful
Invidious CI / build (push) Successful in 5m6s
All checks were successful
Invidious CI / build (push) Successful in 5m6s
This commit is contained in:
parent
7ba95e32b5
commit
47237d5718
1 changed files with 2 additions and 2 deletions
|
@ -34,8 +34,8 @@ jobs:
|
|||
with:
|
||||
images: git.nadeko.net/fijxu/invidious
|
||||
tags: |
|
||||
type=sha,format=short,prefix={{date 'YYYY.MM.DD'}}-,enable=${{ github.ref == format('refs/heads/{0}', 'master') }}
|
||||
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'master') }}
|
||||
type=sha,format=short,prefix={{date 'YYYY.MM.DD'}}-experimental-,enable=${{ github.ref == format('refs/heads/{0}', 'experimental') }}
|
||||
type=raw,value=latest-experimental,enable=${{ github.ref == format('refs/heads/{0}', 'experimental') }}
|
||||
|
||||
- uses: https://code.forgejo.org/docker/build-push-action@v5
|
||||
name: Build images
|
||||
|
|
Loading…
Reference in a new issue