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

This commit is contained in:
damien 2025-02-25 16:40:55 +00:00
parent c8d4714181
commit df0792c840

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.GITEA_TOKEN }} password: ${{ secrets.PACKAGE_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.GITEA_TOKEN }} github_token: ${{ secrets.PACKAGE_TOKEN }}
release_branches: main release_branches: main
default_bump: patch default_bump: patch
dry_run: true dry_run: true