Skip to content

Commit 29d4207

Browse files
committed
fix incorrect ECR repo in deploy script
1 parent 80c033f commit 29d4207

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/manual-deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
uses: cardstack/gh-actions/.github/workflows/docker-ecr.yml@main
8484
secrets: inherit
8585
with:
86-
repository: "boxel-realm-server-${{ inputs.environment }}"
86+
repository: "boxel-worker-${{ inputs.environment }}"
8787
environment: ${{ inputs.environment }}
8888
dockerfile: "packages/realm-server/worker.Dockerfile"
8989
build-args: |

0 commit comments

Comments
 (0)