Skip to content

Commit 1a2c861

Browse files
committed
edit image tags in the workflow
1 parent fd6e018 commit 1a2c861

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/mlops_workflow.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,7 @@ jobs:
8888
push: true
8989
platforms: linux/amd64,linux/arm64
9090
tags: |
91-
${{ secrets.AWS_ACCOUNT_ID }}.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com/$ECR_BACKEND_IMAGE:${{ env.SHORT_SHA }}
9291
${{ 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
9592
9693
- name: Clean up .env
9794
run: rm .env

0 commit comments

Comments
 (0)