Skip to content

Commit 73a54d4

Browse files
author
mike dupont
committed
fix: syntax again
1 parent 02c55a0 commit 73a54d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/image.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
uses: meta-introspector/amazon-ecr-login@v1
4444
- uses: meta-introspector/create-ecr-repository-action@v1
4545
with:
46-
repository: $env.ECR_REPOSITORY
46+
repository: ${{ env.ECR_REPOSITORY }}
4747

4848
- name: Set short sha
4949
id: sha_short

0 commit comments

Comments
 (0)