Fix CI
All checks were successful
dl / lint (push) Successful in 1m14s
dl / docker (push) Successful in 2m28s

This commit is contained in:
Michel Roux 2023-07-01 17:33:09 +02:00
parent c835aa3191
commit 49c2fab147

View File

@ -25,7 +25,11 @@ jobs:
id: meta
with:
images: xefir/dl
flavor: latest=${{ gitea.ref == 'refs/heads/master' }}
tags: |
type=schedule
type=ref,event=tag
type=ref,event=pr
type=raw,value=latest,enable={{is_default_branch}}
- uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}