Skip to content
This repository has been archived by the owner on Oct 19, 2020. It is now read-only.

Commit

Permalink
Added update target to the makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
eranco74 committed Jun 18, 2020
1 parent 1e90967 commit 9852f7e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
SERVICE := $(or ${SERVICE},quay.io/ocpmetal/ignition-manifests-and-kubeconfig-generate:latest)


all: pep8 pylint build

build:
skipper build ignition-manifests-and-kubeconfig-generate

update: build
GIT_REVISION=${GIT_REVISION} docker build --build-arg GIT_REVISION -t $(SERVICE) -f Dockerfile.ignition-manifests-and-kubeconfig-generate .
docker push $(SERVICE)

.DEFAULT:
skipper -v $(MAKE) $@

0 comments on commit 9852f7e

Please sign in to comment.