We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80c033f commit 29d4207Copy full SHA for 29d4207
.github/workflows/manual-deploy.yml
@@ -83,7 +83,7 @@ jobs:
83
uses: cardstack/gh-actions/.github/workflows/docker-ecr.yml@main
84
secrets: inherit
85
with:
86
- repository: "boxel-realm-server-${{ inputs.environment }}"
+ repository: "boxel-worker-${{ inputs.environment }}"
87
environment: ${{ inputs.environment }}
88
dockerfile: "packages/realm-server/worker.Dockerfile"
89
build-args: |
0 commit comments