miss_demeanour@lemmy.dbzer0.com to linuxmemes@lemmy.worldEnglish · 6 days ago1337 h4x0rlemmy.dbzer0.comimagemessage-square52fedilinkarrow-up1231arrow-down123file-text
arrow-up1208arrow-down1image1337 h4x0rlemmy.dbzer0.commiss_demeanour@lemmy.dbzer0.com to linuxmemes@lemmy.worldEnglish · 6 days agomessage-square52fedilinkfile-text
minus-squarenickwitha_k (he/him)@lemmy.sdf.orglinkfedilinkarrow-up1·5 days ago#!/bin/bash # Build image and push to registry docker build -t myproj:latest . && docker push myproj:latest
minus-squareFlexibleToast@lemmy.worldlinkfedilinkEnglisharrow-up1·5 days agoYou could almost literally do that with buildah in an action.
#!/bin/bash # Build image and push to registry docker build -t myproj:latest . && docker push myproj:latest
You could almost literally do that with buildah in an action.