Skip to content

Commit 744d201

Browse files
authored
Fix typo (#286)
1 parent 8338a88 commit 744d201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
TAGS="$TAGS,$IMAGE:$VERSION-minimal,$IMAGE:latest-minimal"
7979
fi
8080
81-
TAGS="$TAGS,$IMAGE:latest-{{ matrix.node }}${{ matrix.suffix }}"
81+
TAGS="$TAGS,$IMAGE:latest-${{ matrix.node }}${{ matrix.suffix }}"
8282
8383
else
8484
IMAGE=${{ env.DEV_IMAGE }}

0 commit comments

Comments
 (0)