Skip to content

Commit

Permalink
feat(ZCH-83): fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-morandi-zupit committed Apr 23, 2024
1 parent 8461b84 commit a4b840f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-step-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Deploy
uses: ./.github/actions/docker/deploy
uses: zupit-it/pipeline-templates/.github/actions/docker/deploy@v1.22.6
with:
REGISTRY_URL: ${{ inputs.REGISTRY_URL }}
PROJECT_NAME: ${{ inputs.PROJECT_NAME }}
Expand All @@ -82,7 +82,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Deploy
uses: ./.github/actions/docker/deploy
uses: zupit-it/pipeline-templates/.github/actions/docker/deploy@v1.22.6
with:
REGISTRY_URL: ${{ inputs.REGISTRY_URL }}
PROJECT_NAME: ${{ inputs.PROJECT_NAME }}
Expand Down

0 comments on commit a4b840f

Please sign in to comment.