diff --git a/content/001-forgejo-actions.md b/content/001-forgejo-actions.md index 08755c8..27ab8c6 100644 --- a/content/001-forgejo-actions.md +++ b/content/001-forgejo-actions.md @@ -142,6 +142,9 @@ jobs: This all runs successfully when a branch or a tag matching v\*.\*.\* is pushed. We did it! ~~We're done!~~ +> This is a deliberately simplified version of the setup I actually went through, which involved + `bash` not existing at first. + Let's add it to an existing project (say, [pict-rs](https://git.asonix.dog/asonix/pict-rs)) ```yaml,linenos @@ -285,3 +288,5 @@ I hope anyone else struggling with Actions (github, gitea, forgejo, or otherwise from this post. It's not like I built this blog in the first place to be able to put this online or anything. Let's hope now that I've written all this that I don't need to update my base image to publish this to [garage](https://garagehq.deuxfleurs.fr/). + +> I ended up adding `minio-client` to my base image in order to publish this