We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd6e018 commit 1a2c861Copy full SHA for 1a2c861
.github/workflows/mlops_workflow.yml
@@ -88,10 +88,7 @@ jobs:
88
push: true
89
platforms: linux/amd64,linux/arm64
90
tags: |
91
- ${{ secrets.AWS_ACCOUNT_ID }}.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com/$ECR_BACKEND_IMAGE:${{ env.SHORT_SHA }}
92
${{ secrets.AWS_ACCOUNT_ID }}.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com/$ECR_BACKEND_IMAGE:latest
93
- cinex10/codinsight:${{ env.SHORT_SHA }}
94
- cinex10/codinsight:latest
95
96
- name: Clean up .env
97
run: rm .env
0 commit comments