Skip to content

Commit c7328f9

Browse files
authored
Fix typo in GH Action
1 parent 7ce37cd commit c7328f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
fi
7676
7777
if [ "${{ matrix.node }}" == "${{ env.LATEST_NODE }}" ] && [ "${{ matrix.suffix}}" == "-minimal" ]; then
78-
TAGS="$TAGS,$IMAGE:$VERSION${{ matrix-suffix }},$IMAGE:latest-${{ matrix.node }}${{ matrix.suffix }}"
78+
TAGS="$TAGS,$IMAGE:$VERSION${{ matrix.suffix }},$IMAGE:latest-${{ matrix.node }}${{ matrix.suffix }}"
7979
fi
8080
8181
TAGS="$TAGS,$IMAGE:$VERSION-${{ matrix-node }}"
@@ -122,4 +122,4 @@ jobs:
122122
NODE_RED_VERSION=v${{ steps.nrVersion.outputs.version }}
123123
TAG_SUFFIX=${{ matrix.suffix }}
124124
125-
tags: ${{ steps.nrVersion.outputs.tags }}
125+
tags: ${{ steps.nrVersion.outputs.tags }}

0 commit comments

Comments
 (0)