Update .github/workflows/docker-build.yml
Some checks failed
Build and Push Docker Image / build (push) Failing after 8m30s

This commit is contained in:
damien 2025-02-25 15:53:00 +00:00
parent e8648fb7a8
commit c8d4714181

View File

@ -42,7 +42,7 @@ jobs:
with:
registry: ${{ github.server_url }}/${{ github.repository }}/packages
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
password: ${{ secrets.GITEA_TOKEN }}
- name: Extract metadata for Docker
id: meta
@ -61,7 +61,7 @@ jobs:
id: semver
uses: mathieudutour/github-tag-action@v6.1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
github_token: ${{ secrets.GITEA_TOKEN }}
release_branches: main
default_bump: patch
dry_run: true