Skip to content

Commit

Permalink
fix incorrect ECR repo in deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
habdelra committed Jan 14, 2025
1 parent 80c033f commit 29d4207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/manual-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
uses: cardstack/gh-actions/.github/workflows/docker-ecr.yml@main
secrets: inherit
with:
repository: "boxel-realm-server-${{ inputs.environment }}"
repository: "boxel-worker-${{ inputs.environment }}"
environment: ${{ inputs.environment }}
dockerfile: "packages/realm-server/worker.Dockerfile"
build-args: |
Expand Down

0 comments on commit 29d4207

Please sign in to comment.