Compare commits

..

2 Commits

Author SHA1 Message Date
d.viti
62135bbd12 update Gitea login action to use PACKAGES_PUSH_TOKEN
Some checks failed
Build and Push Docker Images / build-web (push) Failing after 18s
Build and Push Docker Images / build-api (push) Failing after 21s
2025-10-03 01:26:50 +02:00
d.viti
ee5e7c698e fixed gitea toklen name 2025-10-03 01:22:48 +02:00

View File

@@ -19,7 +19,7 @@ jobs:
with:
registry: git.commandware.com
username: ${{ gitea.actor }}
password: ${{ secrets.GITEA_TOKEN }}
password: ${{ secrets.PACKAGES_PUSH_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.PACKAGES_PUSH_TOKEN }}
- name: Extract metadata for api image
id: meta-api