We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b3b932 commit 0674e04Copy full SHA for 0674e04
.github/workflows/Sandbox.yml
@@ -40,7 +40,7 @@ jobs:
40
- name: Build and Push Docker Image
41
env:
42
LLC_ECR_HOST: ${{ secrets.LLC_ECR_HOST }}
43
- REPOSITORY: ${{ steps.vars.outputs.REPOSITORY }}
+ REPOSITORY: ${{ steps.vars.outputs.REPOSITORY1 }}
44
TAG: ${{ env.TAG }}
45
run: |
46
IMAGE=${LLC_ECR_HOST}/${REPOSITORY}:${TAG}
0 commit comments