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 8338a88 commit 744d201Copy full SHA for 744d201
.github/workflows/main.yml
@@ -78,7 +78,7 @@ jobs:
78
TAGS="$TAGS,$IMAGE:$VERSION-minimal,$IMAGE:latest-minimal"
79
fi
80
81
- TAGS="$TAGS,$IMAGE:latest-{{ matrix.node }}${{ matrix.suffix }}"
+ TAGS="$TAGS,$IMAGE:latest-${{ matrix.node }}${{ matrix.suffix }}"
82
83
else
84
IMAGE=${{ env.DEV_IMAGE }}
0 commit comments