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 1a2c861 commit 62e67c6Copy full SHA for 62e67c6
.github/workflows/mlops_workflow.yml
@@ -5,6 +5,7 @@ on:
5
branches: [ main ]
6
pull_request:
7
8
+
9
env:
10
# Setting an environment variable with the value of a configuration variable
11
ECR_BACKEND_IMAGE: ${{ vars.ECR_BACKEND_IMAGE }}
@@ -88,7 +89,7 @@ jobs:
88
89
push: true
90
platforms: linux/amd64,linux/arm64
91
tags: |
- ${{ secrets.AWS_ACCOUNT_ID }}.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com/$ECR_BACKEND_IMAGE:latest
92
+ ${{ secrets.AWS_ACCOUNT_ID }}.dkr.ecr.${{ env.AWS_DEFAULT_REGION}}.amazonaws.com/${{ env.ECR_BACKEND_IMAGE}}:latest
93
94
- name: Clean up .env
95
run: rm .env
0 commit comments