disable branch tag on ci

This commit is contained in:
Michel Roux 2023-07-01 17:10:13 +02:00
parent 6d8e9a9b7b
commit 1e1e514584

@ -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 }}