From cb345271b77fe3281301dd8a419f24b598800919 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=BCdi=20Tam=C3=A1s?= Date: Thu, 26 Sep 2024 18:37:51 +0200 Subject: [PATCH] fix typo --- .github/workflows/self-prod.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/self-prod.yml b/.github/workflows/self-prod.yml index e95b1c9..5071655 100644 --- a/.github/workflows/self-prod.yml +++ b/.github/workflows/self-prod.yml @@ -4,6 +4,7 @@ on: push: branches: - main + pull_request: workflow_call: jobs: @@ -33,7 +34,7 @@ jobs: - uses: actions/checkout@v4 - uses: kir-dev/automations/actions/infra-build-images@feat/build-docker-actions with: - registry: ${{ env.DOCKER_NAMESPACE }} + registry: ${{ env.DOCKER_REGISTRY }} namespace: ${{ env.DOCKER_NAMESPACE }} docker-tag: ${{ env.DOCKER_TAG }} extra-args: --push ${{ env.DOCKER_EXTRA_ARGS }}