Try to switch to gitea packages
This commit is contained in:
parent
ac37f90462
commit
bc4fcd8b55
@ -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') }}
|
||||
|
Loading…
Reference in New Issue
Block a user