Skip to content

Commit

Permalink
Update pack image to v0.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
briandealwis committed Sep 22, 2021
1 parent eb7c75b commit 6ee2620
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.18.1
PACK_VERSION=v0.21.1

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 6ee2620

Please sign in to comment.