We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c23eee5 commit d1affaeCopy full SHA for d1affae
.github/workflows/Sandbox.yml
@@ -45,7 +45,7 @@ jobs:
45
env:
46
LLC_ECR_HOST: ${{ secrets.LLC_ECR_HOST }}
47
TAG: ${{ env.TAG }}
48
- REPOSITORY: "sandbox-${GITHUB_REPOSITORY#*/}"
+ REPOSITORY: ${{ steps.vars.outputs.REPOSITORY }}
49
run: |
50
docker build . --file Dockerfile --tag ${LLC_ECR_HOST}/$REPOSITORY:$TAG
51
docker push ${LLC_ECR_HOST}/$REPOSITORY:$TAG
0 commit comments