Skip to content

Commit

Permalink
Update gcr.io/k8s-skaffold/pack to 0.17.0 (#5430)
Browse files Browse the repository at this point in the history
  • Loading branch information
briandealwis authored Feb 22, 2021
1 parent 7a9fb3b commit 4588f51
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.15.1
PACK_VERSION=v0.17.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 4588f51

Please sign in to comment.