Update .forgejo/workflows/ci.yml
All checks were successful
Invidious CI / build (push) Successful in 6m29s

This commit is contained in:
Fijxu 2024-11-01 20:57:08 -03:00
parent e62e6fd7e4
commit 9d8f955aad

View file

@ -32,7 +32,7 @@ jobs:
id: meta id: meta
uses: https://github.com/docker/metadata-action@v5 uses: https://github.com/docker/metadata-action@v5
with: with:
images: git.nadeko.net/fijxu/invidious images: git.nadeko.net/fijxu/invidious-with-companion
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}', 'master') }}
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'master') }} type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'master') }}