disable branch tag on ci
books / flake8 (push) Successful in 49s Details
books / docker (push) Failing after 30s Details
books / pypi (push) Successful in 48s Details

This commit is contained in:
Michel Roux 2023-07-01 17:10:13 +02:00
parent 6d8e9a9b7b
commit 1e1e514584
1 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,8 @@ jobs:
with:
images: xefir/pynyaata
flavor: latest=${{ gitea.ref == 'refs/heads/master' }}
tags: |
type=ref,enable=false
- uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}