fix: workflow login
All checks were successful
Create Release / release (push) Successful in 21s
Create Release / docker (push) Successful in 8m43s

This commit is contained in:
Lunaresk 2025-04-09 01:29:54 +02:00
parent 637a5f7ad5
commit 3622cbca05

View File

@ -36,6 +36,12 @@ jobs:
[registry."${{ vars.DOCKER_REPO }}"] [registry."${{ vars.DOCKER_REPO }}"]
http = true http = true
insecure = true insecure = true
- name: Login to Gitea Container Registry
uses: docker/login-action@v3
with:
registry: ${{ vars.DOCKER_REPO }}
username: ${{ vars.DOCKER_USER }}
password: ${{ secrets.DOCKER_PASS }}
- name: Build and push - name: Build and push
uses: https://github.com/docker/build-push-action@v6 uses: https://github.com/docker/build-push-action@v6
with: with: