Use manual DOCKER_TOKEN secret for registry login
Build and Publish Docker Image / build-and-push-image (push) Failing after 7s

This commit is contained in:
Zed
2026-07-06 19:21:49 +02:00
parent e2fa88e10e
commit 92270fb17a
+1 -1
View File
@@ -19,7 +19,7 @@ jobs:
# Simple login directly with docker login
- name: Log in to the Container registry
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ${{ env.REGISTRY }} -u "${{ gitea.actor }}" --password-stdin
run: echo "${{ secrets.DOCKER_TOKEN }}" | docker login ${{ env.REGISTRY }} -u "${{ gitea.actor }}" --password-stdin
# Build standard using docker CLI
- name: Build Docker image