We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ea9d4f commit 11bf3b7Copy full SHA for 11bf3b7
.github/workflows/Sandbox.yml
@@ -47,7 +47,7 @@ jobs:
47
TAG: ${{ steps.vars.outputs.DOCKER_TAG }}
48
REPOSITORY: ${{ steps.vars.outputs.REPOSITORY }}
49
run: |
50
- docker build . --file Dockerfile --tag ${LLC_ECR_HOST}/$REPOSITORY:$TAG
+ docker build . --file Dockerfile --tag $REPOSITORY:$TAG
51
docker push ${LLC_ECR_HOST}/$REPOSITORY:$TAG
52
53
0 commit comments