We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ce37cd commit c7328f9Copy full SHA for c7328f9
.github/workflows/main.yml
@@ -75,7 +75,7 @@ jobs:
75
fi
76
77
if [ "${{ matrix.node }}" == "${{ env.LATEST_NODE }}" ] && [ "${{ matrix.suffix}}" == "-minimal" ]; then
78
- TAGS="$TAGS,$IMAGE:$VERSION${{ matrix-suffix }},$IMAGE:latest-${{ matrix.node }}${{ matrix.suffix }}"
+ TAGS="$TAGS,$IMAGE:$VERSION${{ matrix.suffix }},$IMAGE:latest-${{ matrix.node }}${{ matrix.suffix }}"
79
80
81
TAGS="$TAGS,$IMAGE:$VERSION-${{ matrix-node }}"
@@ -122,4 +122,4 @@ jobs:
122
NODE_RED_VERSION=v${{ steps.nrVersion.outputs.version }}
123
TAG_SUFFIX=${{ matrix.suffix }}
124
125
- tags: ${{ steps.nrVersion.outputs.tags }}
+ tags: ${{ steps.nrVersion.outputs.tags }}
0 commit comments