miss_demeanour@lemmy.dbzer0.com to linuxmemes@lemmy.worldEnglish · 1 month ago1337 h4x0rlemmy.dbzer0.comimagemessage-square54linkfedilinkarrow-up1235arrow-down123file-textcross-posted to: techsupportmemes@lemmy.ca
arrow-up1212arrow-down1image1337 h4x0rlemmy.dbzer0.commiss_demeanour@lemmy.dbzer0.com to linuxmemes@lemmy.worldEnglish · 1 month agomessage-square54linkfedilinkfile-textcross-posted to: techsupportmemes@lemmy.ca
minus-squareFlexibleToast@lemmy.worldlinkfedilinkEnglisharrow-up2·1 month agoWay harder? It’s one little file to create.
minus-squarenickwitha_k (he/him)@lemmy.sdf.orglinkfedilinkarrow-up1·1 month ago#!/bin/bash # Build image and push to registry docker build -t myproj:latest . && docker push myproj:latest
minus-squareFlexibleToast@lemmy.worldlinkfedilinkEnglisharrow-up2·1 month agoYou could almost literally do that with buildah in an action.
Way harder? It’s one little file to create.
#!/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.