fix metadata
books / flake8 (push) Successful in 31s Details
books / docker (push) Successful in 1m9s Details
books / pypi (push) Successful in 43s Details

This commit is contained in:
Michel Roux 2023-07-01 17:29:44 +02:00
parent 8abbfc165e
commit a33b173488
1 changed files with 4 additions and 2 deletions

View File

@ -23,9 +23,11 @@ jobs:
id: meta
with:
images: xefir/pynyaata
flavor: latest=${{ gitea.ref == 'refs/heads/master' }}
tags: |
type=ref,event=branch,enable=false
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 }}