Skip to content

Commit d1affae

Browse files
authored
Update Sandbox.yml
1 parent c23eee5 commit d1affae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Sandbox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
env:
4646
LLC_ECR_HOST: ${{ secrets.LLC_ECR_HOST }}
4747
TAG: ${{ env.TAG }}
48-
REPOSITORY: "sandbox-${GITHUB_REPOSITORY#*/}"
48+
REPOSITORY: ${{ steps.vars.outputs.REPOSITORY }}
4949
run: |
5050
docker build . --file Dockerfile --tag ${LLC_ECR_HOST}/$REPOSITORY:$TAG
5151
docker push ${LLC_ECR_HOST}/$REPOSITORY:$TAG

0 commit comments

Comments
 (0)