Skip to content

Commit

Permalink
printing vars
Browse files Browse the repository at this point in the history
  • Loading branch information
kash committed Jul 4, 2023
1 parent 4af8cf7 commit 4307e34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-ecr-image-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: |
# Build a docker container and push it to ECR
docker build -t '${{ env.ECR_REGISTRY }}/${{ env.ECR_REPOSITORY }}:${{ env.IMAGE_TAG }}' shlok-ai/.
echo "Pushing image to ECR: ${{ env.IMAGE_TAG }}"
echo "Pushing image to ECR: ${{ env.IMAGE_TAG }} with registry ${{ env.ECR_REGISTRY }} and repo ${{ env.ECR_REPOSITORY }}"
docker push ${{ env.ECR_REGISTRY }}/${{ env.ECR_REPOSITORY }}:${{ env.IMAGE_TAG }}
echo "name=image::${{ env.ECR_REGISTRY }}/${{ env.ECR_REPOSITORY }}:${{ env.IMAGE_TAG }}" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 4307e34

Please sign in to comment.