We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02c55a0 commit 73a54d4Copy full SHA for 73a54d4
.github/workflows/image.yaml
@@ -43,7 +43,7 @@ jobs:
43
uses: meta-introspector/amazon-ecr-login@v1
44
- uses: meta-introspector/create-ecr-repository-action@v1
45
with:
46
- repository: $env.ECR_REPOSITORY
+ repository: ${{ env.ECR_REPOSITORY }}
47
48
- name: Set short sha
49
id: sha_short
0 commit comments