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

This commit is contained in:
Varun Narravula
2025-12-12 00:03:40 -08:00
parent de5627b0b7
commit 865ac4b682
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