Use explicit image names so that Podman will work.
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
5aea75875b
commit
08981df8ca
@ -1,3 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
docker build --no-cache -t witten/mediagoblin .
|
||||
docker build --no-cache -t projects.torsion.org/witten/mediagoblin-docker .
|
||||
|
@ -1,3 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
docker push witten/mediagoblin
|
||||
docker push projects.torsion.org/witten/mediagoblin-docker
|
||||
|
Loading…
Reference in New Issue