Evan Buss
9da7ea1bbc
feat: environment configuration
...
Environment variables can now be used to configure any
config property including the feeds list.
This makes it easier to use in environments without access
to config files like GCR. Some may prefer not to have a separate
config file as well.
Also added build metadata to the docker image and binaries.
2024-08-11 18:47:46 +00:00
Evan Buss
d8d35b6cef
ci: pin action versions to specific commit
2024-08-11 11:16:07 -04:00
Evan Buss
c4a5f54a62
ci: goreleaser missing github token
2024-08-11 00:46:59 -04:00
dependabot[bot]
6425fba27e
build(deps): bump docker/metadata-action from 5.0.0 to 5.5.1 ( #7 )
...
Bumps [docker/metadata-action](https://github.com/docker/metadata-action ) from 5.0.0 to 5.5.1.
- [Release notes](https://github.com/docker/metadata-action/releases )
- [Commits](96383f4557...8e5442c4ef )
---
updated-dependencies:
- dependency-name: docker/metadata-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-11 00:22:55 -04:00
dependabot[bot]
be88d138d6
build(deps): bump docker/build-push-action from 5.0.0 to 6.6.1 ( #9 )
...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action ) from 5.0.0 to 6.6.1.
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](0565240e2d...16ebe778df )
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-11 00:22:47 -04:00
dependabot[bot]
2fad8cae4f
build(deps): bump docker/login-action from 3.0.0 to 3.3.0 ( #8 )
...
Bumps [docker/login-action](https://github.com/docker/login-action ) from 3.0.0 to 3.3.0.
- [Release notes](https://github.com/docker/login-action/releases )
- [Commits](343f7c4344...9780b0c442 )
---
updated-dependencies:
- dependency-name: docker/login-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-11 00:22:34 -04:00
Evan Buss
37098e0549
ci: minor fixes
...
- Fix docker casing warning
- Fix docker hub relative image URL resolution
- More restrictive goreleaser changelog filtering
2024-08-11 04:20:05 +00:00
Evan Buss
e3d97b8e5f
ci: fix permissions
...
again?
2024-08-11 04:11:47 +00:00
Evan Buss
a8ee848d75
ci: fix permissions
...
maybe?
2024-08-11 00:05:49 -04:00
Evan Buss
879b8ed5b7
ci: build / release action ( #6 )
...
Create docker images on github and docker hub on each
commit to `main`. Create release images on git tag as well
as Github release with executables.
2024-08-11 00:00:24 -04:00
Evan Buss
46a01ed3dc
ci: docker image
2024-07-08 23:54:00 -04:00