Skip to content

Commit 48c592e

Browse files
committed
fix: api image name
1 parent d1cf15d commit 48c592e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/.deployer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
shell: bash
8787
run: |
8888
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 }}"
89+
API_IMAGE="${{ steps.ecr-check.outputs.ecr-registry }}/${{ github.event.repository.name }}-backend-prod:${{ inputs.tag }}"
9090
else
9191
API_IMAGE="ghcr.io/${{ github.repository }}/backend:${{ inputs.tag }}"
9292
fi

0 commit comments

Comments
 (0)