feat(build): double-tag docker release builds with "latest" and tag name

Former-commit-id: 865ac4b682
This commit is contained in:
Varun Narravula
2025-12-12 00:03:40 -08:00
parent 9b8aacd1a8
commit f3e59a822c
2 changed files with 11 additions and 4 deletions

View File

@@ -25,7 +25,7 @@ jobs:
run: go build
- name: Build Docker image
run: make docker-build-release
run: make docker-build
- name: Build binaries
run: make go-build-release