From b2a202dd739177a686368b6e0fb7a1d0bdcc5818 Mon Sep 17 00:00:00 2001 From: German Service Network Date: Fri, 31 Oct 2025 06:25:02 +0100 Subject: [PATCH] ci: Fix spelling mistake in GitHub action Build and Push Docker Image --- .github/workflows/docker-deployment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker-deployment.yml b/.github/workflows/docker-deployment.yml index 7b238ee..2405a59 100644 --- a/.github/workflows/docker-deployment.yml +++ b/.github/workflows/docker-deployment.yml @@ -13,7 +13,7 @@ permissions: env: REGISTRY: ghcr.io jobs: - push_to_regsitry: + push_to_registry: if: > github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.event == 'push' && -- 2.43.0