Fix CI
divent / lint (push) Successful in 1m40s Details
divent / docker (push) Successful in 1m35s Details
divent / pypi (push) Has been skipped Details

This commit is contained in:
Michel Roux 2023-07-01 17:38:10 +02:00
parent b297b1a2a4
commit 27f7a52156
1 changed files with 5 additions and 1 deletions

View File

@ -26,7 +26,11 @@ jobs:
id: meta
with:
images: xefir/divent
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 }}