fixed gitea toklen name

This commit is contained in:
d.viti
2025-10-03 01:22:48 +02:00
parent a2eef9efde
commit ee5e7c698e

View File

@@ -19,7 +19,7 @@ jobs:
with:
registry: git.commandware.com
username: ${{ gitea.actor }}
password: ${{ secrets.GITEA_TOKEN }}
password: ${{ secrets.WORKFLOW_TOKEN }}
- name: Extract metadata for web image
id: meta-web
@@ -54,7 +54,7 @@ jobs:
with:
registry: git.commandware.com
username: ${{ gitea.actor }}
password: ${{ secrets.GITEA_TOKEN }}
password: ${{ secrets.WORKFLOW_TOKEN }}
- name: Extract metadata for api image
id: meta-api