Skip to content

Commit

Permalink
refactor: 💡 Changed makefile for 0.0.3 and not push by default (Chris…
Browse files Browse the repository at this point in the history
…Hirsch#33)

Co-authored-by: Chris Hirsch <[email protected]>
  • Loading branch information
ChrisHirsch and Chris Hirsch authored Nov 13, 2023
1 parent 0a9e39f commit 14630de
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
deploy: build push

build:
docker build -t chrishirsch/kuberhealthy-storage-check:v0.0.2 -f Dockerfile .
docker build -t chrishirsch/kuberhealthy-storage-check:v0.0.3 -f Dockerfile .

push:
docker push chrishirsch/kuberhealthy-storage-check:v0.0.2
docker push chrishirsch/kuberhealthy-storage-check:v0.0.3

deploy: build push

apply:
kubectl apply -f deploy/storage-check.yaml
Expand Down

0 comments on commit 14630de

Please sign in to comment.