Skip to content

Commit

Permalink
Fix debug images (#811)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonjohnsonjr committed Nov 5, 2020
1 parent 051a6c0 commit 53ad5c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ steps:
ko publish --platform=all -B github.com/google/go-containerregistry/cmd/gcrane -t latest -t "$COMMIT_SHA"
# Use the ko binary to build the crane and gcrane builder *debug* images.
KO_CONFIG_PATH=./ko/debug/
export KO_CONFIG_PATH=/workspace/.ko/debug/
ko publish --platform=all -B github.com/google/go-containerregistry/cmd/crane -t debug
ko publish --platform=all -B github.com/google/go-containerregistry/cmd/gcrane -t debug
Expand Down

0 comments on commit 53ad5c4

Please sign in to comment.