Skip to content

Commit 7b6647c

Browse files
committed
Fixed syntax error with publish.yml
1 parent 73828c5 commit 7b6647c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
- name: 🐳 Login to ECR
7272
uses: docker/login-action@v1
7373
with:
74-
registry: ${{ steps.ecr-login.outputs.registry }
74+
registry: ${{ steps.ecr-login.outputs.registry }}
7575

7676
- name: 🐳 Set up QEMU
7777
uses: docker/setup-qemu-action@v2

0 commit comments

Comments
 (0)