From: German Service Network Date: Fri, 31 Oct 2025 05:25:02 +0000 (+0100) Subject: ci: Fix spelling mistake in GitHub action Build and Push Docker Image X-Git-Tag: v5.5~27 X-Git-Url: https://git.gsnw.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2a202dd739177a686368b6e0fb7a1d0bdcc5818;p=fping.git ci: Fix spelling mistake in GitHub action Build and Push Docker Image --- 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' &&