We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2009c5f commit fc7a0afCopy full SHA for fc7a0af
1 file changed
.github/workflows/test.yml
@@ -80,7 +80,7 @@ jobs:
80
microk8s ctr image import /tmp/app-image-latest.tar
81
rm /tmp/app-image-latest.tar
82
83
- - name: Verify image in MicroK8s
+ - name: Verify image in MIcroK8s
84
run: |
85
echo "Images available in MicroK8s:"
86
microk8s ctr images ls | grep ${{ env.IMAGE_NAME }}
0 commit comments