Skip to content

Commit

Permalink
Merge pull request #3593 from dgageot/update-pack-0.7.0
Browse files Browse the repository at this point in the history
Update pack to v0.7.0
  • Loading branch information
balopat authored Jan 27, 2020
2 parents 42d338d + a06148b commit f672fa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/buildpacks/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

set -e

PACK_VERSION=v0.6.0
PACK_VERSION=v0.7.0

docker build . --build-arg PACK_VERSION=${PACK_VERSION} -t gcr.io/k8s-skaffold/pack:${PACK_VERSION} -t gcr.io/k8s-skaffold/pack:latest
docker push gcr.io/k8s-skaffold/pack:${PACK_VERSION}
Expand Down

0 comments on commit f672fa0

Please sign in to comment.