Browse Source

Fix broken Podman image name.

Dan Helfman 2 years ago
parent
commit
0a6f5452f4
1 changed files with 1 additions and 1 deletions
  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