Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tomitheninja committed Sep 26, 2024
1 parent b3a007c commit cb34527
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/self-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
pull_request:
workflow_call:

jobs:
Expand Down Expand Up @@ -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 }}

0 comments on commit cb34527

Please sign in to comment.