Try to switch to gitea packages
dl / lint (push) Successful in 1m21s Details
dl / docker (push) Failing after 15s Details

This commit is contained in:
Michel Roux 2023-09-03 21:00:11 +02:00
parent ac37f90462
commit bc4fcd8b55
1 changed files with 3 additions and 3 deletions

View File

@ -24,7 +24,6 @@ jobs:
- uses: docker/metadata-action@v4
id: meta
with:
images: xefir/dl
tags: |
type=schedule
type=ref,event=tag
@ -32,8 +31,9 @@ jobs:
type=raw,value=latest,enable={{is_default_branch}}
- uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
registry: git.crystalyx.net
username: ${{ secrets.DOCKER_USER }}
password: ${{ secrets.DOCKER_TOKEN }}
- uses: docker/build-push-action@v4
with:
push: ${{ gitea.ref == 'refs/heads/master' || startsWith(gitea.ref, 'refs/tags') }}