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