Skip to content

Commit 11bf3b7

Browse files
authored
Update Sandbox.yml
1 parent 1ea9d4f commit 11bf3b7

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
@@ -47,7 +47,7 @@ jobs:
4747
TAG: ${{ steps.vars.outputs.DOCKER_TAG }}
4848
REPOSITORY: ${{ steps.vars.outputs.REPOSITORY }}
4949
run: |
50-
docker build . --file Dockerfile --tag ${LLC_ECR_HOST}/$REPOSITORY:$TAG
50+
docker build . --file Dockerfile --tag $REPOSITORY:$TAG
5151
docker push ${LLC_ECR_HOST}/$REPOSITORY:$TAG
5252
5353

0 commit comments

Comments
 (0)