fix ci
All checks were successful
dl / lint (push) Successful in 1m26s
dl / docker (push) Successful in 37s

This commit is contained in:
Michel Roux 2023-06-25 23:03:37 +02:00
parent fe560f7281
commit 9d3629499e

View File

@ -25,13 +25,13 @@ jobs:
id: meta
with:
images: xefir/dl
flavor: latest=true
flavor: latest=${{ gitea.ref == 'refs/heads/master' }}
- uses: https://github.com/docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- uses: https://github.com/docker/build-push-action@v4
with:
push: true
push: ${{ gitea.ref == 'refs/heads/master' || startsWith(gitea.ref, 'refs/tags') }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}