Skip to content

Commit

Permalink
fix insecure registry e2e
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Hall <jason@chainguard.dev>
  • Loading branch information
imjasonh committed Jul 8, 2023
1 parent 6a541fd commit 53b6a19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e_test_insecure_registry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

set -ex

go build -o cosign ./cmd/cosign
go build -C ./cmd/cosign -o ../../cosign
tmp=$(mktemp -d)
cp cosign $tmp/

Expand Down

0 comments on commit 53b6a19

Please sign in to comment.