Script for building and pushing docker to ECR

This commit is contained in:
Daniel Pupius
2025-05-02 14:39:38 -07:00
parent 908c851f02
commit 5b8bee8736
4 changed files with 54 additions and 7 deletions

View File

@@ -27,11 +27,6 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y protobuf-compiler
- name: Install protoc-gen-go
run: |
go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
- name: Generate Protocol Buffers
run: make gen-proto