9 Commits

Author SHA1 Message Date
Hector
bb9531f6b5 add gitlab ci job to check dependencies 2021-10-17 18:25:03 +01:00
Hector
04b986811d rename make commands for docker jobs 2021-10-17 18:22:07 +01:00
Hector
bd7f370379 update command names in makefile
Rename several commands in the project makefile to follow a more consistent
naming scheme.
Update all references to changed commands.
2021-10-17 18:14:57 +01:00
Hector
1ac9f5a551 ci: remove dependency step from ci/cd pipeline
Remove the dependency check step to avoid breaking builds.
2021-03-27 17:19:45 +00:00
Hector
ac8ecfb1aa ci: restrict docker build to main branch and tags (#3) 2021-02-08 20:07:56 +00:00
Hector
dae6d559e5 ci: add docker build to gitlab ci/cd (#3)
Update the Gitlab CI/CD pipeline to include a step to build and push the
project docker image. The CI/CD step uses existing Makefile commands to
build the docker image.
2021-02-08 20:00:27 +00:00
Hector
acc42d8079 ci: restrict build step to main branch and tags (#6) 2021-02-07 11:00:13 +00:00
Hector
88be0f358e ci: add build stage to gitlab ci/cd (#6)
Update the Gitlab CI/CD process to include a build stage that uses
`goreleaser` to build and package the application. The output of the build
is stored as an artifact for 1 day.
2021-02-07 10:51:43 +00:00
Hector
5e52baa4cf initial commit 2021-02-05 22:49:47 +00:00