Skip to content

Commit

Permalink
update paths (#224)
Browse files Browse the repository at this point in the history
small pr to update paths in .tekton/rekor-build-test-image.yaml to
reflect new Dockerfile names
  • Loading branch information
JasonPowr authored Feb 13, 2024
1 parent 508b2e8 commit 66b3b69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .tekton/rekor-build-test-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
--target=test --format=oci \
--tls-verify=true --no-cache \
--authfile .brew_auth/.dockerconfigjson \
-f source/Dockerfile -t quay.io/securesign/rekor-server_test:latest source
-f source/Dockerfile.rekor-server.rh -t quay.io/securesign/rekor-server_test:latest source
buildah --storage-driver=vfs push \
--tls-verify=true \
Expand Down

0 comments on commit 66b3b69

Please sign in to comment.