Commit Graph

108 Commits (2188af0b78b9b07fe5f44d7bcb990bd795d351e5)
 

Author SHA1 Message Date
Nick Dumas 2188af0b78 successfully automated tagged+versioned docker image builds and pushes
Nick Dumas 135591cd0b before things get out of hand
Nick Dumas 04919ea208 Finally got versions baked into the builds
Nick Dumas 7c38d9ae71 trying to implement a version command
Nick Dumas b22519cd96 Adding version and tag info for the build to inject
Nick Dumas 70d0453120 ignore reports
Nick Dumas cf4d107c98 builds work, but i need to adjust the matrix
Nick Dumas d2c47e82b5 update gitignore
Nick Dumas 468fd8ae1b Modernizing the go invocations
Nick Dumas cfa4465027 Upgrading the makefile in a major way
Nick Dumas 47c6d2ac0e such a simple typo
Nick Dumas 36832f9bb2 Quoting variables is important too I guess
Nick Dumas 6622f5ef46 debug time
Nick Dumas d64d913602 debug time
Nick Dumas 7d6af47591 Maybe I do need to ditch ~
Nick Dumas 8e8a6a9ebd whoops, gotta use the right secret
Nick Dumas 75ec3dd05a single character typos will get you
Nick Dumas 75f33bc0e4 removing this, don't need it if i have credentials file
Nick Dumas 991b6f6e04 maybe ~ doesn't resolve properly
Nick Dumas 061a59b428 ????
Nick Dumas a3244c3684 Refactoring the makefile for sanity and pipelining
Nick Dumas 79bcaa4eb4 Adding phonies
Nick Dumas 5201d0a4d5 Secret token time?
Nick Dumas 055ceea0ad the token seems to be wrong but this should be better
Nick Dumas 2c858460fe still can't read
Nick Dumas a06b400ee4 reading the docs is hard
Nick Dumas 65ad2bf182 fucking tabs
Nick Dumas 8b734ac9f6 hopefully authenticating into the container registry
Nick Dumas 8d53d196ad I need docker, I guess
Nick Dumas 25dfb1aae1 install some tooling
Nick Dumas 3e38783817 better naming for steps
Nick Dumas 2504e6d5fa first pass at the drone pipeline
Nick Dumas 0bf889b60a Docker builds and makefile to match
Nick Dumas 93869409c3 correcting workdir value
Nick Dumas 8156b60f03 this IS the final piece
Nick Dumas 515f7562b8 this might be the missing piece
Nick Dumas b234039e12 do I have to be more precise?
Nick Dumas 1971fc1bf9 flew too close to the sun there
Nick Dumas 11c97623c2 Changing workdir so goreleaser can build
Nick Dumas d88c3c129d Using GITHUB_TOKEN secret
Nick Dumas 77ca7e00d5 Indentation problems?
Nick Dumas c24dd44028 This should fix the Github Action
Nick Dumas 721faf7cfa Debug time
Nick Dumas 67d748a53f I'm not vendoring my dependencies, so I *have* to do this
Nick Dumas 0b9ee701f8 fixing the makefile
Nick Dumas f939d0c7cb cleaning up some cruft
Nick Dumas 204145d66e tests are failing because of depndencies????
Nick Dumas bd3f24f79a it's not much, but it's a start
Nick Dumas 644cd58fa7 more readme updates
Nick Dumas e3364037aa Cleaning up flag structure
Things were confusing, the root command had required flags that made it
impossible to view the help output, it was wild. Now it feels a little
more approachable.