Commit Graph

28 Commits

Author SHA1 Message Date
Geoff Bourne
1803ecfe04
Fixed Go version for test build (#197) 2023-05-24 22:28:41 -05:00
Geoff Bourne
059ee78c5c
Simplify PR github action (#196) 2023-05-24 21:27:44 -05:00
dependabot[bot]
ae24356102
build(deps): bump github.com/pires/go-proxyproto from 0.6.2 to 0.7.0 (#175) 2023-03-20 14:35:16 -05:00
dependabot[bot]
80a9d38471
build(deps): bump actions/setup-go from 3 to 4 (#171) 2023-03-20 07:32:24 -05:00
dependabot[bot]
137bd9c8ec
build(deps): bump docker/build-push-action from 3.2.0 to 3.3.0 (#155) 2023-01-15 19:02:30 -06:00
dependabot[bot]
730a8d3d89
build(deps): bump goreleaser/goreleaser-action from 3 to 4 (#150) 2022-12-18 19:32:08 -06:00
dependabot[bot]
25575c1176
build(deps): bump docker/build-push-action from 3.1.1 to 3.2.0 (#127)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3.1.1 to 3.2.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v3.1.1...v3.2.0)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-23 22:09:52 -05:00
dependabot[bot]
3214121f52
build(deps): bump docker/build-push-action from 3.1.0 to 3.1.1 (#108) 2022-08-07 19:58:31 -05:00
dependabot[bot]
815a760851
build(deps): bump docker/build-push-action from 3.0.0 to 3.1.0 (#104) 2022-07-24 20:29:07 -05:00
Geoff Bourne
bc97b0ecbf
Trim root zone indicator from server address (#97) 2022-07-11 23:16:15 -05:00
dependabot[bot]
808270482c
build(deps): bump goreleaser/goreleaser-action from 2 to 3 (#84) 2022-05-22 21:52:13 -05:00
dependabot[bot]
1f8824f917
build(deps): bump docker/metadata-action from 3 to 4 (#80) 2022-05-09 06:44:54 -05:00
dependabot[bot]
625841711c
build(deps): bump docker/login-action from 1 to 2 (#79) 2022-05-09 06:44:41 -05:00
dependabot[bot]
fac97370c1
build(deps): bump docker/build-push-action from 2.9.0 to 3.0.0 (#78) 2022-05-09 06:44:28 -05:00
dependabot[bot]
a9d1c728d9
build(deps): bump docker/setup-buildx-action from 1 to 2 (#77) 2022-05-09 06:44:15 -05:00
dependabot[bot]
7a3b72e675
build(deps): bump actions/setup-go from 2 to 3 (#72)
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2 to 3.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](https://github.com/actions/setup-go/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/setup-go
  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>
2022-04-10 20:44:10 -05:00
dependabot[bot]
588c68b407
build(deps): bump actions/checkout from 2.4.0 to 3 (#64) 2022-03-07 08:19:41 -06:00
dependabot[bot]
35c0010dae
build(deps): bump docker/build-push-action from 2.8.0 to 2.9.0 (#55) 2022-02-07 07:01:07 -06:00
dependabot[bot]
38bc523550
build(deps): bump docker/build-push-action from 2.7.0 to 2.8.0 (#47)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2.7.0 to 2.8.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v2.7.0...v2.8.0)

---
updated-dependencies:
- dependency-name: docker/build-push-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>
2022-01-23 21:31:48 -06:00
Geoff Bourne
d7c8b4628e
build: added gomod checking to depdendabot 2022-01-06 17:39:13 -06:00
Geoff Bourne
e3e57cb5c8
build: push PR image on-demand (#37) 2022-01-01 15:15:33 -06:00
Bartosz Stefańczyk
1b1f8e5f22
Add possibility to use multiple names for one service (#31)
Co-authored-by: Geoff Bourne <itzgeoff@gmail.com>
2021-12-04 09:25:28 -06:00
Geoff Bourne
a3c2de7dc2 ci: added goreleaser snapshot to test workflow 2021-11-13 15:22:07 -06:00
Geoff Bourne
76ef1ce1ab ci: added test workflow 2021-11-13 14:51:30 -06:00
Geoff Bourne
c2edbdc95b ci: updated build to Go 1.17 2021-11-13 14:46:19 -06:00
Geoff Bourne
2152ba777b
misc: added github metadata 2021-09-25 12:49:17 -05:00
Geoff Bourne
5bc93cb3e4 Build multi-arch image with buildx
For #16
2020-12-28 13:00:25 -06:00
Geoff Bourne
44d4766f60 ci: Changed to multiarch build of amd64, arm64, arm32v6 2020-12-28 12:09:59 -06:00