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