(troubleshooting) added gitea.actor and gitea.token to step name
Some checks failed
Build and Push Docker Image / build (push) Failing after 18s

This commit is contained in:
Nikola Derežić
2026-01-09 11:58:39 +01:00
parent ecf5f635f7
commit 03ad8588c0

View File

@@ -28,7 +28,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Login to Registry
- name: Login to Registry using user=${{ gitea.actor }}/pass=${{ gitea.token }}
# Gitea automatically provides these secrets:
# - `gitea.actor` - The username of the user who triggered the workflow
# - `gitea.token` - An automatically generated token with appropriate permissions