Skip to content

Commit

Permalink
Multiarch docker image + fix make docker
Browse files Browse the repository at this point in the history
  • Loading branch information
jaymoulin committed Nov 30, 2017
1 parent bdc42c7 commit 39dbeb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ publish-docker:
cat manifest.yaml | sed "s/\$$FULLVERSION/${FULLVERSION}/g" > manifest2.yaml
mv manifest2.yaml manifest.yaml
manifest-tool push from-spec manifest.yaml
latest: build
FULLVERSION=latest VERSION=${VERSION} make publish
latest: build-docker
FULLVERSION=latest VERSION=${VERSION} make publish-docker

0 comments on commit 39dbeb5

Please sign in to comment.