dockerfile: prefix image name with docker.io
This makes sure that all versions of podman can resolve the image successfully
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
FROM zmkfirmware/zmk-build-arm:stable
|
FROM docker.io/zmkfirmware/zmk-build-arm:stable
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user