We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 874ea2d commit 36f49f3Copy full SHA for 36f49f3
1 file changed
.github/workflows/pr-check.yaml
@@ -251,7 +251,7 @@ jobs:
251
252
echo "AMD64 digest: $AMD64_DIGEST"
253
echo "ARM64 digest: $ARM64_DIGEST"
254
- echo "ARM64 digest: $PPC64LE_DIGEST"
+ echo "PPC64LE digest: $PPC64LE_DIGEST"
255
256
echo "Creating multi-arch manifest..."
257
docker manifest create ${{ env.REGISTRY }}/universal-developer-image:pr-${{github.event.number}} \
0 commit comments