Skip to content

Commit

Permalink
prepare k8s manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
83bytes committed Jul 2, 2024
1 parent 3409f75 commit 8af62f8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 669 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ build: vet
go build -tags netgo

docker-build: build
docker build -t alertmanager:$(ALERTMANAGER_VERSION) -f Dockerfile .
docker build --no-cache -t alertmanager:$(ALERTMANAGER_VERSION) -f Dockerfile .

docker-push: docker-build
docker tag alertmanager:$(ALERTMANAGER_VERSION) sohom83/tam:$(ALERTMANAGER_VERSION)
Expand Down
Loading

0 comments on commit 8af62f8

Please sign in to comment.