disable branch tag on ci
This commit is contained in:
parent
6d8e9a9b7b
commit
1e1e514584
@ -24,6 +24,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
images: xefir/pynyaata
|
images: xefir/pynyaata
|
||||||
flavor: latest=${{ gitea.ref == 'refs/heads/master' }}
|
flavor: latest=${{ gitea.ref == 'refs/heads/master' }}
|
||||||
|
tags: |
|
||||||
|
type=ref,enable=false
|
||||||
- uses: docker/login-action@v2
|
- uses: docker/login-action@v2
|
||||||
with:
|
with:
|
||||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||||
|
Reference in New Issue
Block a user