1
0
mirror of https://github.com/ko-build/ko.git synced 2024-12-12 08:54:09 +02:00
ko-build/pkg
Matt Moore ea2beac575
Fix -P with passing ko:// through. (#163)
Turns out I broke this.  Thanks to @bobcatfish for reporting the issue.

With this change:
```
ko resolve -Pf cmd/ko/test/test.yaml > /dev/null
2020/05/04 08:44:35 Using base gcr.io/distroless/static:nonroot for github.com/google/ko/cmd/ko/test
2020/05/04 08:44:36 Building github.com/google/ko/cmd/ko/test
2020/05/04 08:44:37 Publishing gcr.io/mattmoor-knative/github.com/google/ko/cmd/ko/test:latest
2020/05/04 08:44:39 Published gcr.io/mattmoor-knative/github.com/google/ko/cmd/ko/test@sha256:ee655510172b429dbce619fc69677621d71cb824cbbf2a21746d700127257ec4
```

I can cut v0.5.1 once this lands.
2020-05-04 09:06:55 -07:00
..
build This adds the deprecation notices for ko:// and nonroot (#161) 2020-05-03 18:42:51 -07:00
commands This adds the deprecation notices for ko:// and nonroot (#161) 2020-05-03 18:42:51 -07:00
internal/testing Refactor how/where ko:// is handled. (#153) 2020-04-29 19:32:30 -07:00
publish Fix -P with passing ko:// through. (#163) 2020-05-04 09:06:55 -07:00
resolve Refactor how/where ko:// is handled. (#153) 2020-04-29 19:32:30 -07:00
doc.go Initial commit 2019-03-14 14:23:47 -04:00