We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1cf15d commit 48c592eCopy full SHA for 48c592e
.github/workflows/.deployer.yml
@@ -86,7 +86,7 @@ jobs:
86
shell: bash
87
run: |
88
if [[ "${{ inputs.app_env }}" == "prod" && "${{ inputs.working_directory }}" == "api" ]]; then
89
- API_IMAGE="${{ steps.ecr-check.outputs.ecr-registry }}/${{ github.event.repository.name }}-prod:${{ inputs.tag }}"
+ API_IMAGE="${{ steps.ecr-check.outputs.ecr-registry }}/${{ github.event.repository.name }}-backend-prod:${{ inputs.tag }}"
90
else
91
API_IMAGE="ghcr.io/${{ github.repository }}/backend:${{ inputs.tag }}"
92
fi
0 commit comments