Skip to content

Commit

Permalink
Merge pull request #878 from r2d4/fix-version-in-image
Browse files Browse the repository at this point in the history
fix version in released docker image
  • Loading branch information
r2d4 authored Aug 6, 2018
2 parents c3e0226 + be48a0f commit 5382fed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ integration: install $(BUILD_DIR)/$(PROJECT)
release: cross docs $(BUILD_DIR)/VERSION
docker build \
-f deploy/skaffold/Dockerfile \
-e VERSION=$(VERSION) \
--cache-from gcr.io/$(GCP_PROJECT)/skaffold-builder \
-t gcr.io/$(GCP_PROJECT)/skaffold:$(VERSION) .
gsutil -m cp $(BUILD_DIR)/$(PROJECT)-* $(GSC_RELEASE_PATH)/
Expand Down

0 comments on commit 5382fed

Please sign in to comment.