Explorar el Código

Fix broken Podman image name.

Dan Helfman hace 2 años
padre
commit
0a6f5452f4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .drone.yml

+ 1 - 1
.drone.yml

@@ -38,7 +38,7 @@ clone:
 
 steps:
 - name: build
-  image: quay.io/stable/podman
+  image: quay.io/podman/stable
   environment:
     USERNAME:
       from_secret: docker_username